- Nov
- 257
- 3
Is there any way to move files, but inherit NTFS permissions in the destination? Or to trivially reset permissions of only the files that were moved (but not necessarily reset permissions of all files in the destination directory)
The best I've come up with so far is to call robocopy /mov, but this requires a bit of additional logic to build a list of the files that need to be moved due to the different syntaxes between TCC and robocopy. Doable, but I'm lazy if there's a shortcut.
The best I've come up with so far is to call robocopy /mov, but this requires a bit of additional logic to build a list of the files that need to be moved due to the different syntaxes between TCC and robocopy. Doable, but I'm lazy if there's a shortcut.