Minor simplification and cleanup. The record I created didn't work for the 4.7.2 build, so changed it to class.
This commit is contained in:
parent
b25079d9e6
commit
32c3e4e8d0
6 changed files with 24 additions and 60 deletions
|
@ -12,7 +12,6 @@ namespace Microsoft.DotNet.Tools.Test.Utilities
|
|||
/// </summary>
|
||||
internal static class FileNameUtilities
|
||||
{
|
||||
private const string DirectorySeparatorStr = "\\";
|
||||
internal const char DirectorySeparatorChar = '\\';
|
||||
internal const char AltDirectorySeparatorChar = '/';
|
||||
internal const char VolumeSeparatorChar = ':';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue