Joutsen v0.5.0+12-g5dd5f7e
Joutsen.IO.Filesystem Member List

This is the complete list of members for Joutsen.IO.Filesystem, including all inherited members.

CopyFile(string sourcePath, string destinationPath, bool overwrite=false)Joutsen.IO.Filesystem
CopyFile(FilesystemPath sourcePath, FilesystemPath destinationPath, bool overwrite=false)Joutsen.IO.Filesystem
CopyFolder(string sourcePath, string destinationPath, bool recursive, bool overwrite=false)Joutsen.IO.Filesystem
CopyFolder(FilesystemPath sourcePath, FilesystemPath destinationPath, bool recursive, bool overwrite=false)Joutsen.IO.Filesystem
CreateFile(string path, global::System.IO.Stream content=null)Joutsen.IO.Filesystem
CreateFile(FilesystemPath path, global::System.IO.Stream content=null)Joutsen.IO.Filesystem
CreateFolder(string path)Joutsen.IO.Filesystem
CreateFolder(FilesystemPath path)Joutsen.IO.Filesystem
CreatePath(string path)Joutsen.IO.Filesystem
CreatePath(FilesystemPath path)Joutsen.IO.Filesystem
DeleteFile(string path)Joutsen.IO.Filesystem
DeleteFile(FilesystemPath path)Joutsen.IO.Filesystem
DeleteFolder(string path, bool recursive=false)Joutsen.IO.Filesystem
DeleteFolder(FilesystemPath path, bool recursive=false)Joutsen.IO.Filesystem
FileExists(string path)Joutsen.IO.Filesystem
FolderExists(string path)Joutsen.IO.Filesystem
GetFile(string path)Joutsen.IO.Filesystem
GetFile(FilesystemPath path)Joutsen.IO.Filesystem
GetFolder(string path)Joutsen.IO.Filesystem
GetFolder(FilesystemPath path)Joutsen.IO.Filesystem
ListFolder(string path, string searchPattern="*")Joutsen.IO.Filesystem
ListFolder(FilesystemPath path, string searchPattern="*")Joutsen.IO.Filesystem
MoveFile(string sourcePath, string destinationPath)Joutsen.IO.Filesystem
MoveFile(FilesystemPath sourcePath, FilesystemPath destinationPath)Joutsen.IO.Filesystem
MoveFolder(string sourcePath, string destinationPath, bool keepFolder=false)Joutsen.IO.Filesystem
MoveFolder(FilesystemPath sourcePath, FilesystemPath destinationPath, bool keepFolder=false)Joutsen.IO.Filesystem
PathExists(string path)Joutsen.IO.Filesystem
ReplaceFile(string sourcePath, string destinationPath, string backupPath)Joutsen.IO.Filesystem
ReplaceFile(FilesystemPath sourcePath, FilesystemPath destinationPath, FilesystemPath backupPath)Joutsen.IO.Filesystem
WalkFolder(string path, string searchPattern="*")Joutsen.IO.Filesystem
WalkFolder(FilesystemPath path, string searchPattern="*")Joutsen.IO.Filesystem