Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Blank folder name - no delete
Message
 
 
À
20/03/2004 12:13:26
Information générale
Forum:
Windows
Catégorie:
Dépannage
Divers
Thread ID:
00888219
Message ID:
00888224
Vues:
13
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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform