C# Class CSKernelFile.cFileEx

Show file Open project: javiercrowsoft/CSReports.net Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
isSeparator ( String character ) : bool

Method Details

fileCopyFile() public method

public fileCopyFile ( String source, String destination ) : bool
source String
destination String
return bool

fileDelete() public method

public fileDelete ( String file ) : bool
file String
return bool

fileExists() public method

public fileExists ( String file ) : bool
file String
return bool

fileGetFileExt() public method

public fileGetFileExt ( String fullPath ) : String
fullPath String
return String

fileGetName() public method

public fileGetName ( String fullPath ) : String
fullPath String
return String

fileGetPath() public method

public fileGetPath ( String fullPath ) : String
fullPath String
return String

fileGetPathAndFileName() public method

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

getFileNameWithoutExt() public static method

public static getFileNameWithoutExt ( String fullPath ) : String
fullPath String
return String

getWindowsDir() public method

public getWindowsDir ( ) : String
return String

separatePathAndFileName() public static method

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