Search Results

0
votes

NTFS Alternate Data Streams - .NET

There is no native .NET support for them. You have to use P/Invoke to call the native Win32 methods. To create them, call …