Re: file.move(_file_,?"D:\01XXXX\") not working
| Newsgroups | gmane.comp.windows.power-pro |
|---|---|
| Message-ID | <[email protected]> |
Just to confirm, please try file.move (path1, path2) where path1 is path to some file under My Documents and path2 is a folder under My Documents (different from the folder for the file at path1, of course). Try with h1 once you have it. If it succeeds, then it is likely some kind of permissions or other config issue with the context menu and _file_ case you wan to do. If it fails, try the file.copy then file.delete workaround with above paths (file.delete just takes path1) and if that works, then same explanation. If that fails, then I'll investigate further in New Year.