Nexus-Mods / NexusMods.Paths

Custom path library used by NexusMods.App.
https://nexus-mods.github.io/NexusMods.Paths/
GNU General Public License v3.0
6 stars 0 forks source link

Add: Ability to Get/Set Unix FileMode into Paths Library #37

Closed Sewer56 closed 8 months ago

Sewer56 commented 8 months ago

Improvement

Currently

We have to user the raw .NET 7+ APIs File.GetUnixFileMode and File.SetUnixFileMode to change the permission of a file on Unix based systems.

We want

Adding an API to IFileSystem that abstracts over these APIs for RealFileSystem.

Supporting Information

This is required to run extracted binaries in the App.

This is a sub-issue of: