C# 클래스 Gilgame.SEWorkbench.Services.IO.File

파일 보기 프로젝트 열기: gilgame/SEWorkbench

공개 메소드들

메소드 설명
Copy ( string source, string destination ) : bool
Delete ( string path ) : bool
Exists ( string path ) : bool
LastWriteTime ( string path ) : DateTime?
Move ( string source, string destination ) : bool
Read ( string path ) : string
Write ( string path, string contents ) : bool

메소드 상세

Copy() 공개 정적인 메소드

public static Copy ( string source, string destination ) : bool
source string
destination string
리턴 bool

Delete() 공개 정적인 메소드

public static Delete ( string path ) : bool
path string
리턴 bool

Exists() 공개 정적인 메소드

public static Exists ( string path ) : bool
path string
리턴 bool

LastWriteTime() 공개 정적인 메소드

public static LastWriteTime ( string path ) : DateTime?
path string
리턴 DateTime?

Move() 공개 정적인 메소드

public static Move ( string source, string destination ) : bool
source string
destination string
리턴 bool

Read() 공개 정적인 메소드

public static Read ( string path ) : string
path string
리턴 string

Write() 공개 정적인 메소드

public static Write ( string path, string contents ) : bool
path string
contents string
리턴 bool