May 16, 2002 #1 CetGabbe Programmer Apr 12, 2002 18 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 May 12, 2002 9 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