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

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

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