Download a file from OneDrive to the local directory

Hi,

I want to download a file from OneDrive to the local directory in Windows 10. Must I give the full path of the local directory?

sorry, not sure i understand your question or concern?

paths can be full or relative. same as most any command or copy tool, on any operating system.

Hi,

You've provided next to no information so I'm going to make a best guess.

If you're using Rclone to do the copy the complete path on source and destination should be explicitly typed out:

rclone copy onedrive:/data/myfile.txt c:/datadir

No, you can specify "." as the current dir.

You don't need to specify the full path if you're comfortable using relative paths. Just ensure you're in the correct directory in the command line, and you can use . for the current directory.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.