c# - Programmatically detect a redirected folder in Windows 7 and above -


as example of redirected folder, map onedrive folder non-os, larger disk drive follows using move button under location:

redirected onedrive folder

the onedrive settings still point old location when opened in windows explorer, takes newly assigned location e.g. f:\onedrive.

is there way programmatically determine whether arbitrary folder has been redirected , if yes, where?

edit: please note question not how retrieve onedrive folder in first place. detecting redirection on arbitrary folder.


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

gradle error "Cannot convert the provided notation to a File or URI" -

python - NameError: name 'subprocess' is not defined -