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
In FileSystemProvider.cs we have scripts than handle the file copy and has parameters to support alternate streams which is only supported on NTFS on Windows (due to PInvoke usage). This code after #4567 is merged will not be hit, but shouldn't be there to make it more clean.
In FileSystemProvider.cs we have scripts than handle the file copy and has parameters to support alternate streams which is only supported on NTFS on Windows (due to PInvoke usage). This code after #4567 is merged will not be hit, but shouldn't be there to make it more clean.