- Update 시작점
업데이트 해야 될점 TODO 작성 및 MK2 버전 제작 시작
This commit is contained in:
@@ -5,13 +5,15 @@ namespace CommonLibrary
|
||||
{
|
||||
public static class Extensions
|
||||
{
|
||||
//TODO: 제거후 PathCombine 에 통합
|
||||
public static string PathCombineL(params string[] paths)
|
||||
{
|
||||
var directorySeparatorChar = System.IO.Path.AltDirectorySeparatorChar.ToString();
|
||||
return PathCombine(directorySeparatorChar, paths).Replace("\\", "/");
|
||||
}
|
||||
|
||||
public static string PathCombineW(params string[] paths)
|
||||
//TODO: 제거예정
|
||||
public static string PathCombineW(params string[] paths)
|
||||
{
|
||||
var directorySeparatorChar = System.IO.Path.DirectorySeparatorChar.ToString();
|
||||
return PathCombine(directorySeparatorChar, paths).Replace("/", "\\");
|
||||
|
Reference in New Issue
Block a user