I want to create folder and read files inside the symbolic link directory in windows environment.
Here is my code for create folder. I want to create folder "20210203" inside the documents directory.
Here is the folder in to windows
I want to create folder and read files inside the symbolic link directory in windows environment.
Here is my code for create folder. I want to create folder "20210203" inside the documents directory.
Here is the folder in to windows
Copyright © 2021 Jogjafile Inc.


Windows supports symlinks, this is the command:
/Dmeans this is a directory symlink.This works for network drives as that's what I used it for myself.