May 16, 2002 #1 CetGabbe Programmer Joined Apr 12, 2002 Messages 18 Location SE Good morning. I wonder how I can delete a Folder from a LAN whithout using a FTP-connection? The commands I have used are: _rmdir(path); RemoveDirectory(path); Non of the above function worked. Greets CetGabbe.
Good morning. I wonder how I can delete a Folder from a LAN whithout using a FTP-connection? The commands I have used are: _rmdir(path); RemoveDirectory(path); Non of the above function worked. Greets CetGabbe.
May 16, 2002 #2 crach ISP Joined May 12, 2002 Messages 9 Location EE RemoveDirectory work just fine like this: RemoveDirectory("//yourLANcomputer//c$//foldertodelete" Silver crach@jutukas.com Upvote 0 Downvote
RemoveDirectory work just fine like this: RemoveDirectory("//yourLANcomputer//c$//foldertodelete" Silver crach@jutukas.com