Enter Keywords:
1 - 10 of 29(0.007 seconds)
Sort By:
 
Hi, I need to remove directory from a server, but the server grant only permissions to Administrator to do so.  Logically, if i got the Administrator login/passwd, i can remove directory.  But h...
Zones: Visual Basic ClassicDate Answered: 11/01/2002 Rating: 7.4 Views: 0
Hi, please be kind, create a simple directory tree. A folder and 1 or 2 subfolders... Now call DelLDir using as parameter de route of the main folder you just created. Ok, in my WinXP those folders...
Zones: DelphiDate Answered: 06/13/2003 Rating: 8.2 Views: 0
I'm having problem with this snippet of code. It is supposed to delete all the files in c:\Documents and Settings\Tim\Desktop\texture.BMI and then remove the folder texture.BMI. Kill fFolder & t...
Zones: Visual Basic ClassicDate Answered: 12/10/2003 Rating: 7.8 Views: 0
I need to delete a directory that has spaces in it's name, eg. C:\My Folder I don't have any problems deleting files within that folder, but to delete the folder itself, I keep getting an err...
Zones: MS OfficeDate Answered: 05/21/2006 Rating: 8.6 Views: 0
i konw this might sound silly but i cant seem to figure out how to delete a bunch of folders in dos. the folders are called "update backup for xx-xx-xx" (xx-xx-xx being a random date) so what...
Zones: Windows XPDate Answered: 09/12/2006 Rating: 6.6 Views: 8
How do I write a bat-file that removes all the contents of a folder without removing the folder itself. RMDIR and RD has the /S flag which removes all files and folders but it also removes the fol...
Zones: MS DOSDate Answered: 02/22/2007 Rating: 8.8 Views: 0
argg, this is annoying me soo much! I can't delete a directory. It will never find it.. I have tried a lot of different paths... Here is what i'm using right now: rmdir("../aa3d/test/"); a...
Zones: PHPDate Answered: 03/29/2002 Rating: 6.6 Views: 0
Hi, I have the following code: If dir(signatureDir, vbDirectory) <> "" Then     existingFile = dir$(signatureDir & "*")     If existingFile <> "" Then         Kill signatureDir & existingFil...
Zones: VB ControlsDate Answered: 02/12/2003 Rating: 6.2 Views: 0
Someone has added directories to my NT4 web server. I have deleted most by rmdir.  The last two folders do not have dos names.  They are com1 and com2 in Windows Explorer.  I cannot do anything wit...
Zones: Windows SecurityDate Answered: 01/24/2003 Rating: 7.8 Views: 0
How can I remove multiple directories? I've got different directories with names 2003.04.xx and it seems rmdir /S /Q 2003.04.* is not working. Can you help me? Thanks!! Marobla
Zones: MS DOSDate Answered: 04/25/2003 Rating: 7.4 Views: 0