lookign at Global Options dialog, ut made me wonder, if Extended Attributes
and/or NTFS Alternate Streams can be copied along with files.
copy files with...
- Posts: 6
- Joined: 20 Dec 2001
- Site Admin
- Posts: 7212
- Joined: 9 Dec 2007
ADS is already copied by default.
With NTFS extended attributes it's more difficult: Copying them is only
possible if implementing a custom stream-based copy routine. I've implemented
this in v3.15, but had to unroll due to many difficulties with this stream
approach on non-NTFS volumes.
With NTFS extended attributes it's more difficult: Copying them is only
possible if implementing a custom stream-based copy routine. I've implemented
this in v3.15, but had to unroll due to many difficulties with this stream
approach on non-NTFS volumes.