Re: win32Lib request for RemoveDirectoryA
- Posted by Bob Thompson <rthompson at rthompson.karoo.co.uk> Jul 02, 2006
- 633 views
Bob Thompson wrote: > I recognise that the directory has to be empty but it fails to delete > a directory outside my BIN folder. How do I give my programme delete access? > > Do I have to write the following to get it to work? > > ?moveFile("C:\\new_folder_xyz", "C:\\euphoria\\bin\\new_folder_xyz") > > ?removeDirectory("new_folder_xyz") Whoops! Only consider the request and forget about the silly question. It helps if you learn to consistently put a colon between C and \\ Regards, Bob