moveUserFile() always fails
- This topic has 0 replies, 1 voice, and was last updated 9 years ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
What magic do I need to perform in order to get moveUserFile() from mDot library to succeed? The function appears simple enough, call it with a name of an existing file, and a new name (of a file that presumably doesn’t exist), but I can never get it to succeed.
I have made sure that the file to be moved exists, that the file with the new name does not exist, and I check the returned value. It is always false, the original file always exist both before and after the call. File size is a few hundred bytes.
Any info would be appreciated
Thanks,
Dejan