Problem with folders with special chars in names \ and /
Moderators: Hacker, petermad, Stefan2, white
Problem with folders with special chars in names \ and /
Total Commander allows to create a folder named with a special chars like '/' and '\'. Those folders could not be delated. I thing that's it is a mistake. TC shouldn't allows me to create those folder.
How can I delete them?
Mario
How can I delete them?
Mario
Ditto here
2TLis
Hello !
- You are right, I just tested with the same result here under Win 98 SE.
- To create a dir "U:\1Test/A" leads to get "U:\1Test\A"
Mariolodz
- Please, could you give us examples for names which causes the issue @ your's ?
Kind regards,
Claude
Clo

- You are right, I just tested with the same result here under Win 98 SE.
- To create a dir "U:\1Test/A" leads to get "U:\1Test\A"

- Please, could you give us examples for names which causes the issue @ your's ?

Claude
Clo
#31505 Traducteur Français de T•C French translator Aide en Français Tutoriels Français English Tutorials
- sqa_wizard
- Power Member
- Posts: 3893
- Joined: 2003-02-06, 11:41 UTC
- Location: Germany
Re: Ditto here
You could eve create a dir above your curent dir:Clo wrote:- To create a dir "U:\1Test/A" leads to get "U:\1Test\A"
you are in C:\test\
and create a folder "..\test2\sub1\sub2"
and will get this
c:\test\
c:\test2\sub1\sub2
and create multiple folder
"..\test2\sub1|..\test3\sub2"
and will get this
c:\test\
c:\test2\sub1\
c:\test3\sub2
sheepdog
"A common mistake that people make when trying to design something
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams
Unfortunately it doesn't worksqa_wizard wrote:Try to switch the file display to 8.3 short names.How can I delete them?
(you may create a button with cm_SwitchLongNames command)
This should allow you to delete them.

I tried to delete this strange folder from DOS (boot from disk with "Windows Me") but I can't delete it either.
Mario
I tried to create a folder with "a / " and ther are created two folders:
one "a" and one "a ".
And that is apparently the touble as Windows cuts the concluding space.
And it worked for the described "a " folder as well (although it can't be deleted with it's long name).
sheepdogt
one "a" and one "a ".
And that is apparently the touble as Windows cuts the concluding space.
This should work. After pressing the "cm_SwitchLongNames" button the folder should be displayed as "anyth~" and this folder you can delete from within TC. This had worked at me for many different occasions with Unicode-names ans names in chinese or japanese.Mariolodz wrote:Unfortunately it doesn't work
I tried to delete this strange folder from DOS (boot from disk with "Windows Me") but I can't delete it either.
Mario
And it worked for the described "a " folder as well (although it can't be deleted with it's long name).
sheepdogt
"A common mistake that people make when trying to design something
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams
I create another undeleted folderSheepdog wrote:
This should work. After pressing the "cm_SwitchLongNames" button the folder should be displayed as "anyth~" and this folder you can delete from within TC. This had worked at me for many different occasions with Unicode-names ans names in chinese or japanese.
And it worked for the described "a " folder as well (although it can't be deleted with it's long name).
sheepdogt

at the side http://test.bv.pl/mario/download/blad.gif you can see free folders witch I can't delete.
The error box inform that "Can't elete the file: CAN'T READ FROM FILE OR FROM SOURCE DISK
So. I've got a problem ;(
I can add you some more information:
1. long name view: http://test.bv.pl/mario/download/long-name.gif
2. Short name view http://test.bv.pl/mario/download/short-name.gif
3. I can copy the strange folder but then the name of the folder is changing by the program or system. The space after letter is removed
4. I can't see a properties of this folder
5. restart windows doesn't help
Mario
1. long name view: http://test.bv.pl/mario/download/long-name.gif
2. Short name view http://test.bv.pl/mario/download/short-name.gif
3. I can copy the strange folder but then the name of the folder is changing by the program or system. The space after letter is removed
4. I can't see a properties of this folder
5. restart windows doesn't help

Mario
Very strange.
With NTFS I would have guessed it could be an access-rights problem.
Just try in the dos box the following command from within e:\aa
but ATTENTION this will delete all folders and subfolders in the current dir.
But in your folder e:\aa this should be no problem. I got an error-message that 'the process cant access the file because it were in use by another process. But neverthless it deleted the folder and all its content.
sheepdog
With NTFS I would have guessed it could be an access-rights problem.
Just try in the dos box the following command from within e:\aa
Code: Select all
rd . /s /q
But in your folder e:\aa this should be no problem. I got an error-message that 'the process cant access the file because it were in use by another process. But neverthless it deleted the folder and all its content.
sheepdog
"A common mistake that people make when trying to design something
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams
Or try from e:\
what should remove e:\aa with all it's subfolders.
sheepdog
Code: Select all
rd aa /q /s
sheepdog
"A common mistake that people make when trying to design something
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams
- Clas Hortien
- Senior Member
- Posts: 200
- Joined: 2003-03-03, 15:03 UTC