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