Path
System.IO.Path
java.io.File
(new File(${path})).getParent()
System.String
path
GetDirectoryName
System.String
java.io.File
(new File(${path})).getName()
System.String
path
GetFileName
System.String
java.io.File
(new File(${path})).getCanonicalPath()
System.String
path
GetFullPath
System.String
RusticiSoftware.System.IO.PathSupport
PathSupport.getExtension(${path})
System.String
path
GetExtension
System.String
java.io.File
(new File(${path1}, ${path2})).toString()
System.String
path1
System.String
path2
Combine
System.String
java.io.File
File.separatorChar
System.Char
DirectorySeparatorChar
File.separatorChar
${this}.setDirectorySeparatorChar(${value})