C# 클래스 System.IO.MultiplexingWin32WinRTFileSystem

상속: FileSystem
파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
CopyFile ( string sourceFullPath, string destFullPath, bool overwrite ) : void
CreateDirectory ( string fullPath ) : void
DeleteFile ( string fullPath ) : void
DirectoryExists ( string fullPath ) : bool
EnumerateFileSystemInfos ( string fullPath, string searchPattern, SearchOption searchOption, SearchTarget searchTarget ) : Collections.Generic.IEnumerable
EnumeratePaths ( string fullPath, string searchPattern, SearchOption searchOption, SearchTarget searchTarget ) : Collections.Generic.IEnumerable
FileExists ( string fullPath ) : bool
GetAttributes ( string fullPath ) : FileAttributes
GetCreationTime ( string fullPath ) : DateTimeOffset
GetCurrentDirectory ( ) : string
GetFileSystemInfo ( string fullPath, bool asDirectory ) : IFileSystemObject
GetLastAccessTime ( string fullPath ) : DateTimeOffset
GetLastWriteTime ( string fullPath ) : DateTimeOffset
GetLogicalDrives ( ) : string[]
MoveDirectory ( string sourceFullPath, string destFullPath ) : void
MoveFile ( string sourceFullPath, string destFullPath ) : void
Open ( string fullPath, FileMode mode, FileAccess access, FileShare share, int bufferSize, FileOptions options, FileStream parent ) : System.IO.FileStreamBase
RemoveDirectory ( string fullPath, bool recursive ) : void
ReplaceFile ( string sourceFullPath, string destFullPath, string destBackupFullPath, bool ignoreMetadataErrors ) : void
SetAttributes ( string fullPath, FileAttributes attributes ) : void
SetCreationTime ( string fullPath, DateTimeOffset time, bool asDirectory ) : void
SetCurrentDirectory ( string fullPath ) : void
SetLastAccessTime ( string fullPath, DateTimeOffset time, bool asDirectory ) : void
SetLastWriteTime ( string fullPath, DateTimeOffset time, bool asDirectory ) : void

비공개 메소드들

메소드 설명
GetFileSystemObject ( FileSystemInfo caller, string fullPath ) : IFileSystemObject
Select ( string fullPath, bool isCreate = false ) : FileSystem
Select ( string sourceFullPath, string destFullPath ) : FileSystem
Select ( string sourceFullPath, string destFullPath, string destFullBackupPath ) : FileSystem
ShouldUseWinRT ( string fullPath, bool isCreate ) : bool

메소드 상세

CopyFile() 공개 메소드

public CopyFile ( string sourceFullPath, string destFullPath, bool overwrite ) : void
sourceFullPath string
destFullPath string
overwrite bool
리턴 void

CreateDirectory() 공개 메소드

public CreateDirectory ( string fullPath ) : void
fullPath string
리턴 void

DeleteFile() 공개 메소드

public DeleteFile ( string fullPath ) : void
fullPath string
리턴 void

DirectoryExists() 공개 메소드

public DirectoryExists ( string fullPath ) : bool
fullPath string
리턴 bool

EnumerateFileSystemInfos() 공개 메소드

public EnumerateFileSystemInfos ( string fullPath, string searchPattern, SearchOption searchOption, SearchTarget searchTarget ) : Collections.Generic.IEnumerable
fullPath string
searchPattern string
searchOption SearchOption
searchTarget SearchTarget
리턴 Collections.Generic.IEnumerable

EnumeratePaths() 공개 메소드

public EnumeratePaths ( string fullPath, string searchPattern, SearchOption searchOption, SearchTarget searchTarget ) : Collections.Generic.IEnumerable
fullPath string
searchPattern string
searchOption SearchOption
searchTarget SearchTarget
리턴 Collections.Generic.IEnumerable

FileExists() 공개 메소드

public FileExists ( string fullPath ) : bool
fullPath string
리턴 bool

GetAttributes() 공개 메소드

public GetAttributes ( string fullPath ) : FileAttributes
fullPath string
리턴 FileAttributes

GetCreationTime() 공개 메소드

public GetCreationTime ( string fullPath ) : DateTimeOffset
fullPath string
리턴 DateTimeOffset

GetCurrentDirectory() 공개 메소드

public GetCurrentDirectory ( ) : string
리턴 string

GetFileSystemInfo() 공개 메소드

public GetFileSystemInfo ( string fullPath, bool asDirectory ) : IFileSystemObject
fullPath string
asDirectory bool
리턴 IFileSystemObject

GetLastAccessTime() 공개 메소드

public GetLastAccessTime ( string fullPath ) : DateTimeOffset
fullPath string
리턴 DateTimeOffset

GetLastWriteTime() 공개 메소드

public GetLastWriteTime ( string fullPath ) : DateTimeOffset
fullPath string
리턴 DateTimeOffset

GetLogicalDrives() 공개 메소드

public GetLogicalDrives ( ) : string[]
리턴 string[]

MoveDirectory() 공개 메소드

public MoveDirectory ( string sourceFullPath, string destFullPath ) : void
sourceFullPath string
destFullPath string
리턴 void

MoveFile() 공개 메소드

public MoveFile ( string sourceFullPath, string destFullPath ) : void
sourceFullPath string
destFullPath string
리턴 void

Open() 공개 메소드

public Open ( string fullPath, FileMode mode, FileAccess access, FileShare share, int bufferSize, FileOptions options, FileStream parent ) : System.IO.FileStreamBase
fullPath string
mode FileMode
access FileAccess
share FileShare
bufferSize int
options FileOptions
parent FileStream
리턴 System.IO.FileStreamBase

RemoveDirectory() 공개 메소드

public RemoveDirectory ( string fullPath, bool recursive ) : void
fullPath string
recursive bool
리턴 void

ReplaceFile() 공개 메소드

public ReplaceFile ( string sourceFullPath, string destFullPath, string destBackupFullPath, bool ignoreMetadataErrors ) : void
sourceFullPath string
destFullPath string
destBackupFullPath string
ignoreMetadataErrors bool
리턴 void

SetAttributes() 공개 메소드

public SetAttributes ( string fullPath, FileAttributes attributes ) : void
fullPath string
attributes FileAttributes
리턴 void

SetCreationTime() 공개 메소드

public SetCreationTime ( string fullPath, DateTimeOffset time, bool asDirectory ) : void
fullPath string
time DateTimeOffset
asDirectory bool
리턴 void

SetCurrentDirectory() 공개 메소드

public SetCurrentDirectory ( string fullPath ) : void
fullPath string
리턴 void

SetLastAccessTime() 공개 메소드

public SetLastAccessTime ( string fullPath, DateTimeOffset time, bool asDirectory ) : void
fullPath string
time DateTimeOffset
asDirectory bool
리턴 void

SetLastWriteTime() 공개 메소드

public SetLastWriteTime ( string fullPath, DateTimeOffset time, bool asDirectory ) : void
fullPath string
time DateTimeOffset
asDirectory bool
리턴 void