mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-12 00:30:28 +08:00
(VFS.PathSepratorChars): made public.
This commit is contained in:
@@ -787,7 +787,7 @@ namespace GameRes
|
||||
|
||||
public static readonly ISet<char> InvalidFileNameChars = new HashSet<char> (Path.GetInvalidFileNameChars());
|
||||
|
||||
static readonly char[] PathSeparatorChars = { '\\', '/', ':' };
|
||||
public static readonly char[] PathSeparatorChars = { '\\', '/', ':' };
|
||||
|
||||
/// <summary>
|
||||
/// Returns true if given <paramref name="path"/> points to a specified <paramref name="filename"/>.
|
||||
|
||||
Reference in New Issue
Block a user