3

I have come across a solution to sync any local folder to OneDrive by following the instructions in the link below: https://www.tenforums.com/tutorials/92892-sync-any-folder-onedrive-windows-10-a.html

enter image description here

QUESTION: Will any change made on the files in the original directory (F:\Example file) be automatically updated on the files in the OneDrive Folder

Basically, I am asking if the files in the original directory are actually "synced" to OneDrive as I make any edits on them.

I am asking because I am not sure how the mklink command works. I understand there are other parameters for the mklink command. So if "mklink /j" does not work, which parameter should I use to achieve my goal.


1 Answers1

4

While Synchronization of OneDrive-external folders, by putting symlinks or junctions to such folders into the OneDrive folder, may have worked in the past, it doesn't (always) work anymore now. See also what Microsoft says about it.

David.P
  • 683