@@ -0,0 +1,13 @@
using System.IO;
namespace CarbonLib
{
public class Helper
public static string GetPlatformIndependentDirectoryPath(string path)
return path.Replace(Path.DirectorySeparatorChar, Path.AltDirectorySeparatorChar);
}
The note is not visible to the blocked user.