Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CLOSED] Rewrite of AlternateDataStream support. #59

Closed
alphaleonis opened this issue Jan 15, 2015 · 0 comments
Closed

[CLOSED] Rewrite of AlternateDataStream support. #59

alphaleonis opened this issue Jan 15, 2015 · 0 comments

Comments

@alphaleonis
Copy link
Owner

Issue by alphaleonis from Saturday Jan 10, 2015 at 19:37 GMT
Originally opened as #59


Completely rewrote the Alternate Data Stream support. It now utilizes FindFirstStream/FindNextStream to enumerate streams, since the method of using the BackupRead-functions enumerates more than the data streams, and also it cannot enumerate the data streams of an encrypted file.

Removed support for adding/removing streams. This can already be done via normal file functions, so no additional functions is needed for this. It is furthermore a rarely used operation, so to maintain a bunch of convenience methods for this seems unnecessary.


alphaleonis included the following code: https://github.com/alphaleonis/AlphaFS/pull/59/commits

alphaleonis added a commit that referenced this issue Jan 15, 2015
Rewrite of AlternateDataStream support.
alphaleonis added a commit that referenced this issue Jan 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant