-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Closed
Description
Description of the Issue
If you have a file with an alternate data stream, make some changes to the main one, then save. All the other data streams will disappear.
Steps to Reproduce the Issue
- Create an alternate data stream on a file. ( In cmd: 'echo something > myfile.txt:secondstream' )
- Open up myfile normally by just double-clicking it.
- Do some changes and hit save.
- The 'secondstream' you created is now gone.
Expected Behavior
The expected behaviour is that all of the file's streams won't disappear.
Actual Behavior
What happens is that all of the file's streams disappear.
Debug Information
Notepad++ v7.8.5 (64-bit)
Build time : Mar 4 2020 - 11:08:34
Path : C:\Program Files\Notepad++\notepad++.exe
Admin mode : OFF
Local Conf mode : OFF
OS Name : Windows 10 Home (64-bit)
OS Version : 1903
OS Build : 18362.900
Plugins : mimeTools.dll NppConverter.dll NppExport.dll
To show what happens, in the command prompt you can use the command 'dir /r' to see files including other streams.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels