You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: