alternate-data-stream Questions

3

My end goal here is to cd to a directory in powershell and then list all the alternate data stream files, then output all their content to a CSV. I currently have the first two parts scripted: cd...
Valery asked 19/11, 2018 at 18:18

5

Solved

Is there a possibility to unblock a file that is downloaded from the internet from within a c# program. Surfing the internet I have learned, that the information is written in an alternative strea...
Contractive asked 16/6, 2011 at 15:45

1

From version 8.1 until Mountain Lion (10.8), the OS supported a concept called "Named Forks". Named forks are equivalent to "Alternate Data Streams" in Windows. There is a ton o...

1

Solved

I want to block (not unblock) a file with Powershell. I want to cause Windows to believe that a file on disk was downloaded from the internet, or whatever other scenario exists such that files beco...

3

Solved

In this question I have searched for a simple solution to unblock files. Thanks to all the comments and answer, I have found a simple solution by PInvoking DeleteFile. It works, but because I've n...
Hornbeam asked 16/6, 2011 at 16:49

1

Solved

I'm trying to have my Java application read all the data in a given path. So files, directories, metadata etc. This also includes one weird thing NTFS has called Alternate Data Stream (ADS). Appar...
Geese asked 12/10, 2015 at 15:50

2

Solved

I'd like to be able to use an alternate data stream to store some synchronization information for files that are referenced in a database application I'm building. However, every approach I've fou...
Cordes asked 7/5, 2012 at 5:24

5

Solved

How can I read and modify "NTFS Alternate Data Streams" using .NET? It seems there is no native .NET support for it. Which Win32 API's would I use? Also, how would I use them, as I ...
Vincenz asked 3/3, 2009 at 3:11

6

Solved

Today I have seen this weird magic NTFS system supports: each file can have multiple data streams. Basically one could have a file a.txt of 0b size but there can be any number of bytes hidden in a ...
Subclavian asked 27/11, 2009 at 16:47

1

Solved

How does Mercurial handle Alternate Data Streams (in the NTFS file system)? If it can't handle that, is there a DCVS that does? EDIT: When I change version with update, what happens to the ADS ? I...
Claiborn asked 11/1, 2011 at 14:19

8

Solved

I would like to store some Application-Related Metadata for Files, and NTFS Alternate Data Streams (AltDS) would allow me to store this metadata directly on the files rather than in a separate data...
Suwannee asked 30/12, 2009 at 3:43

6

Solved

On Windows NTFS there is a nice but mostly unused feature called "Alternate Data Streams" (ADS) which I recently used in a hobby-dev project. On Mac HFS+ there is also a similarly nice but mostly...
Farouche asked 7/10, 2008 at 18:20
1

© 2022 - 2024 — McMap. All rights reserved.