Top "Alternate-data-stream" questions

Alternate Data Streams are features of Microsoft's NTFS filesystem.

NTFS Alternate Data Streams - .NET

How would I create/ delete/ read/ write/ NTFS alternate data streams from .NET? If there is no native .NET support, …

c# .net ntfs alternate-data-stream
NTFS alternate data streams

Today I have seen this weird magic NTFS system supports: each file can have multiple data streams. Basically one could …

stream filesystems ntfs alternate-data-stream
is there something like alternate data streams on any linux filesystem?

On Windows NTFS there is a nice but mostly unused feature called "Alternate Data Streams" (ADS) which I recently used …

linux filesystems ntfs alternate-data-stream
Unblock File from within .net 4 c#

Is there a possibility to unblock a file that is downloaded from the internet from within a c# program. Surfing …

c# .net .net-4.0 pinvoke alternate-data-stream
Powershell - List all alternate data stream information from one directory

My end goal here is to cd to a directory in powershell and then list all the alternate data stream …

powershell alternate-data-stream
Running exe file behind a txt file

Was reading about ADS(Alternate data streams) in windows, so came across this thing. Working on Windows XP to test …

windows exe alternate-data-stream