antoniomartucci95 :
So i suppose that in order to clean the files without removing the symlink I have to delete the ones inside the new location, right? What will it happen if I do the opposite?
Still the thing that confuses me is that with the screen i linked, when that person right clicked the folder, in the adress it was showing the new folder location, which doesn't happen to me, if i right click the folder in the new location the adress says it's there, same thing if I do it inside appdata.
Yes i think that's what happens but since my knowledge is limited i could only make some guesses.
So any place is fine but what happens for example if i delete the one from the original folder (wich now became a fake folder)? Will it delete the file in both locations and will it break the symlink if i do that?
Seems like that program is good thanks for letting me know, hopefully i'll have a connection one day or another.
Also sorry again for taking this much time to answer.
I've did a little more studying on this and the reason [
that guys image] looks different is because he's using a different type of link. I said above there can be different types of links. Windows comes with a built in command line program called MKLINK. Open a command prompt and type
mklink and press enter and it will give you help on how to use it.
In this screen shot, I used the /D parameter and created a "Symbolic Link", not a "Junction". Notice the properties on the C:\temp link.
In this screen shot, I used the /J parameter and created a "Junction". Notice the properties on the C:\temp2 link.
They both work pretty much the same, but I'm sure there are differences. You can access the same files from either location for the links or the real folder. I don't know the differences between the symbolic links and junctions, you would have to look that up.
Deleting a file from the fake folder will also delete it from the real folder. That was previously explained. There's only one file. It's just the folders both point to the same area on the hard drive. Both folders allow you to access the same files (of which there are only 1 copy of).