C# 클래스 Sharpen.FilePath

파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

Private Properties

프로퍼티 타입 설명
MakeDirWritable void
MakeFileWritable void

공개 메소드들

메소드 설명
CanWrite ( ) : bool
CreateNewFile ( ) : bool
CreateTempFile ( ) : FilePath
CreateTempFile ( string prefix, string suffix ) : FilePath
CreateTempFile ( string prefix, string suffix, FilePath directory ) : FilePath
Delete ( ) : bool
DeleteOnExit ( ) : void
Equals ( object obj ) : bool
Exists ( ) : bool
FilePath ( ) : System
FilePath ( FilePath other, string child ) : System
FilePath ( string path ) : System
FilePath ( string other, string child ) : System
GetAbsoluteFile ( ) : FilePath
GetAbsolutePath ( ) : string
GetCanonicalFile ( ) : FilePath
GetCanonicalPath ( ) : string
GetHashCode ( ) : int
GetName ( ) : string
GetParent ( ) : string
GetParentFile ( ) : FilePath
GetPath ( ) : string
IsAbsolute ( ) : bool
IsDirectory ( ) : bool
IsFile ( ) : bool
LastModified ( ) : long
Length ( ) : long
List ( ) : string[]
List ( FilenameFilter filter ) : string[]
ListFiles ( ) : Sharpen.FilePath[]
Mkdir ( ) : bool
Mkdirs ( ) : bool
RenameTo ( FilePath file ) : bool
RenameTo ( string name ) : bool
SetLastModified ( long milis ) : bool
SetReadOnly ( ) : bool
ToString ( ) : string
ToURI ( ) : Uri
canExecute ( ) : bool
setExecutable ( bool exec ) : bool

비공개 메소드들

메소드 설명
MakeDirWritable ( string dir ) : void
MakeFileWritable ( string file ) : void

메소드 상세

CanWrite() 공개 메소드

public CanWrite ( ) : bool
리턴 bool

CreateNewFile() 공개 메소드

public CreateNewFile ( ) : bool
리턴 bool

CreateTempFile() 공개 정적인 메소드

public static CreateTempFile ( ) : FilePath
리턴 FilePath

CreateTempFile() 공개 정적인 메소드

public static CreateTempFile ( string prefix, string suffix ) : FilePath
prefix string
suffix string
리턴 FilePath

CreateTempFile() 공개 정적인 메소드

public static CreateTempFile ( string prefix, string suffix, FilePath directory ) : FilePath
prefix string
suffix string
directory FilePath
리턴 FilePath

Delete() 공개 메소드

public Delete ( ) : bool
리턴 bool

DeleteOnExit() 공개 메소드

public DeleteOnExit ( ) : void
리턴 void

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

Exists() 공개 메소드

public Exists ( ) : bool
리턴 bool

FilePath() 공개 메소드

public FilePath ( ) : System
리턴 System

FilePath() 공개 메소드

public FilePath ( FilePath other, string child ) : System
other FilePath
child string
리턴 System

FilePath() 공개 메소드

public FilePath ( string path ) : System
path string
리턴 System

FilePath() 공개 메소드

public FilePath ( string other, string child ) : System
other string
child string
리턴 System

GetAbsoluteFile() 공개 메소드

public GetAbsoluteFile ( ) : FilePath
리턴 FilePath

GetAbsolutePath() 공개 메소드

public GetAbsolutePath ( ) : string
리턴 string

GetCanonicalFile() 공개 메소드

public GetCanonicalFile ( ) : FilePath
리턴 FilePath

GetCanonicalPath() 공개 메소드

public GetCanonicalPath ( ) : string
리턴 string

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetName() 공개 메소드

public GetName ( ) : string
리턴 string

GetParent() 공개 메소드

public GetParent ( ) : string
리턴 string

GetParentFile() 공개 메소드

public GetParentFile ( ) : FilePath
리턴 FilePath

GetPath() 공개 메소드

public GetPath ( ) : string
리턴 string

IsAbsolute() 공개 메소드

public IsAbsolute ( ) : bool
리턴 bool

IsDirectory() 공개 메소드

public IsDirectory ( ) : bool
리턴 bool

IsFile() 공개 메소드

public IsFile ( ) : bool
리턴 bool

LastModified() 공개 메소드

public LastModified ( ) : long
리턴 long

Length() 공개 메소드

public Length ( ) : long
리턴 long

List() 공개 메소드

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

List() 공개 메소드

public List ( FilenameFilter filter ) : string[]
filter FilenameFilter
리턴 string[]

ListFiles() 공개 메소드

public ListFiles ( ) : Sharpen.FilePath[]
리턴 Sharpen.FilePath[]

Mkdir() 공개 메소드

public Mkdir ( ) : bool
리턴 bool

Mkdirs() 공개 메소드

public Mkdirs ( ) : bool
리턴 bool

RenameTo() 공개 메소드

public RenameTo ( FilePath file ) : bool
file FilePath
리턴 bool

RenameTo() 공개 메소드

public RenameTo ( string name ) : bool
name string
리턴 bool

SetLastModified() 공개 메소드

public SetLastModified ( long milis ) : bool
milis long
리턴 bool

SetReadOnly() 공개 메소드

public SetReadOnly ( ) : bool
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToURI() 공개 메소드

public ToURI ( ) : Uri
리턴 System.Uri

canExecute() 공개 메소드

public canExecute ( ) : bool
리턴 bool

setExecutable() 공개 메소드

public setExecutable ( bool exec ) : bool
exec bool
리턴 bool