Fix file naming template on unix systems
This commit is contained in:
parent
83fb2cd1d0
commit
6901b8be35
2 changed files with 21 additions and 3 deletions
|
|
@ -20,7 +20,7 @@ namespace FileManager
|
|||
public string Path { get; init; }
|
||||
public override string ToString() => Path;
|
||||
|
||||
private static readonly PlatformID PlatformID = Environment.OSVersion.Platform;
|
||||
internal static readonly PlatformID PlatformID = Environment.OSVersion.Platform;
|
||||
|
||||
|
||||
public static implicit operator LongPath(string path)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue