namespace sys.core
class Path
static def GetFolder(path: String): String;
path=>
static def GetFolderNoSep(path: String): String;
path=>
static def GetName(path: String): String;
path=>
static def GetNameIndex(path: String): PtrSize;
path=>
static def GetTitle(path: String): String;
path=>
static def GetTitleIndex(path: String): PtrSize;
path=>
static def GetExtension(path: String): String;
path=>
static def GetExtensionIndex(path: String): PtrSize;
path=>
static def GetParent(path: String): String;
path=>
static def IsRoot(path: String): Bool;
path=>
property CurrentFolder: String
property ExeFileName: String; get;
const DirSep;
const IgnoreCase;
const DirSepWin;
const DirSepUnix;