-
Notifications
You must be signed in to change notification settings - Fork 783
copySync Cannot Copy Documents Folder on Windows #726
Copy link
Copy link
Closed
Description
- Operating System:
Windows 10 Pro 64 bit - Node.js version:
v10.16.0 fs-extraversion:
v8.1.0
If i use copy or copySync to copy the Documents Folder on Windows i get the following Error:
RROR Error: Uncaught (in promise): Error: EPERM: operation not permitted, symlink 'C:\Users\daniel.ehrhardt\Pictures' -> 'C:\temp\Eigene Bilder'
Error: EPERM: operation not permitted, symlink 'C:\Users\daniel.ehrhardt\Pictures' -> 'C:\temp\Eigene Bilder'
My User is a AD User.
My Command:
copySync('C:\\Users\\daniel.ehrhardt\\Documents', 'C:\\temp');
I do not Understand why, the folder Pictures is not in the Documents Folder.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels