java.io.File
File
System.IO.Directory
System.Object
java.io.File
(new File(${path})).exists()
System.String
path
Exists
System.Boolean
java.io.File
(new File(${path})).mkdirs()
System.String
path
CreateDirectory
System.IO.DirectoryInfo
CS2JNet.System.IO.DirectorySupport
DirectorySupport.delete(${path}, false)
System.String
path
Delete
System.Void
CS2JNet.System.IO.DirectorySupport
DirectorySupport.delete(${path}, ${recursive})
System.String
path
System.Boolean
recursive
Delete
System.Void
java.io.File
(new File(${sourceFileName})).renameTo(new File(${destFileName}))
System.String
sourceFileName
System.String
destFileName
Move
System.Void
java.io.File
(new File(${path})).list()
System.String
path
GetFileSystemEntries
System.String[]
CS2JNet.System.IO.DirectorySupport
DirectorySupport.getFiles(${path}, ${searchpattern})
System.String
path
System.String
searchpattern
GetFiles
System.String[]
CS2JNet.System.IO.DirectorySupport
DirectorySupport.getDirectories(${path})
System.String
path
GetDirectories
System.String[]
CS2JNet.System.IO.DirectorySupport
DirectorySupport.getFiles(${path})
System.String
path
GetFiles
System.String[]