mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-26 23:24:00 +08:00
(VFS.PathSepratorChars): made public.
This commit is contained in:
parent
a4bd5caf05
commit
e0a5e95081
@ -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"/>.
|
||||
|
Loading…
Reference in New Issue
Block a user