Path
System.IO.Path
System.Object
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
System.getProperty("java.io.tempdir")
GetTempPath
System.String
CS2JNet.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:16}.setDirectorySeparatorChar(${value})