C# 클래스 CSKernelFile.cFileEx

파일 보기 프로젝트 열기: javiercrowsoft/CSReports.net 1 사용 예제들

공개 메소드들

메소드 설명
fileCopyFile ( String source, String destination ) : bool
fileDelete ( String file ) : bool
fileExists ( String file ) : bool
fileGetFileExt ( String fullPath ) : String
fileGetName ( String fullPath ) : String
fileGetPath ( String fullPath ) : String
fileGetPathAndFileName ( String fullPath, String &path, String &fileName ) : void
getFileNameWithoutExt ( String fullPath ) : String
getWindowsDir ( ) : String
separatePathAndFileName ( String fullPath, String &path, String &fileName ) : void

비공개 메소드들

메소드 설명
isSeparator ( String character ) : bool

메소드 상세

fileCopyFile() 공개 메소드

public fileCopyFile ( String source, String destination ) : bool
source String
destination String
리턴 bool

fileDelete() 공개 메소드

public fileDelete ( String file ) : bool
file String
리턴 bool

fileExists() 공개 메소드

public fileExists ( String file ) : bool
file String
리턴 bool

fileGetFileExt() 공개 메소드

public fileGetFileExt ( String fullPath ) : String
fullPath String
리턴 String

fileGetName() 공개 메소드

public fileGetName ( String fullPath ) : String
fullPath String
리턴 String

fileGetPath() 공개 메소드

public fileGetPath ( String fullPath ) : String
fullPath String
리턴 String

fileGetPathAndFileName() 공개 메소드

public fileGetPathAndFileName ( String fullPath, String &path, String &fileName ) : void
fullPath String
path String
fileName String
리턴 void

getFileNameWithoutExt() 공개 정적인 메소드

public static getFileNameWithoutExt ( String fullPath ) : String
fullPath String
리턴 String

getWindowsDir() 공개 메소드

public getWindowsDir ( ) : String
리턴 String

separatePathAndFileName() 공개 정적인 메소드

public static separatePathAndFileName ( String fullPath, String &path, String &fileName ) : void
fullPath String
path String
fileName String
리턴 void