Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Blank folder name - no delete
Message
 
 
To
20/03/2004 12:13:26
General information
Forum:
Windows
Category:
Troubleshooting
Miscellaneous
Thread ID:
00888219
Message ID:
00888224
Views:
12
Hi Jos,

I would try WSH. Having a backup is highly recomended before you do anything.
CLEAR
oFso = CreateObject("Scripting.FileSystemObject")
oDrive = oFso.GetDrive("Q:")
oRF = oDrive.RootFolder
? oRF.Path
FOR EACH oFolder in oRF.SubFolders
	? oFolder.Name, oFolder.Path
	
	* IF < whatever >
	*	oFolder.Delete()
	* ENDIF	
ENDFOR
>Hi All
>
>On a W2K Server/SP4 server I have some how managed to create a folder with no name. It in turns contains a folder with no name. They are not named with spaces. They have no name at all. Niether of these folders can be renamed or deleted. When you try to rename them the little edit box contains nothing.
>
>When I try to delete/rename the folder the error message is "Cannot rename file: Cannot read from the source file or disk".
>
>When you stop laughing you can let me know if you have any suggestions on how to get rid of them :)
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform