P
Peter Gibbons
Hello,
when I try to copy a file with System.IO.File.Copy I get a
"System.IO.IOException: The operation completed successfully".
File summary information was added to the file with then Windows XP
Explorer file property page. It writes the information to an alternate
NTFS Data Stream.
Additionally the user only has "Create file" permission in the
destination directory because it is used for archiving purposes.
Is it possible to copy only the primary data stream of files with .Net
built in functions to work around this?
Regards,
Peter
when I try to copy a file with System.IO.File.Copy I get a
"System.IO.IOException: The operation completed successfully".
File summary information was added to the file with then Windows XP
Explorer file property page. It writes the information to an alternate
NTFS Data Stream.
Additionally the user only has "Create file" permission in the
destination directory because it is used for archiving purposes.
Is it possible to copy only the primary data stream of files with .Net
built in functions to work around this?
Regards,
Peter