Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • Are you sure the paths are identical? I can't be 100% certain because of the blacked-out username, but it looks like the one on the right has Documents as a component of the path, but the left doesn't. That is, the uas you're looking in on the left is directly inside the user profile folder, but the uas on the right is in your Documents folder.
    – Ben N
    Commented Nov 12, 2019 at 23:58
  • Hi @BenN, you are right, I used Git Bash to create a symlink from my user directory to the uas directory(using ln -s Documents/uas uas). Turns out that windows did not handle that well, because following the symlink and traveling the path have different results. Thank you very much.
    – Brojowski
    Commented Nov 13, 2019 at 0:39