C# Class CSKernelFile.cFileEx

Afficher le fichier Open project: javiercrowsoft/CSReports.net Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
isSeparator ( String character ) : bool

Method Details

fileCopyFile() public méthode

public fileCopyFile ( String source, String destination ) : bool
source String
destination String
Résultat bool

fileDelete() public méthode

public fileDelete ( String file ) : bool
file String
Résultat bool

fileExists() public méthode

public fileExists ( String file ) : bool
file String
Résultat bool

fileGetFileExt() public méthode

public fileGetFileExt ( String fullPath ) : String
fullPath String
Résultat String

fileGetName() public méthode

public fileGetName ( String fullPath ) : String
fullPath String
Résultat String

fileGetPath() public méthode

public fileGetPath ( String fullPath ) : String
fullPath String
Résultat String

fileGetPathAndFileName() public méthode

public fileGetPathAndFileName ( String fullPath, String &path, String &fileName ) : void
fullPath String
path String
fileName String
Résultat void

getFileNameWithoutExt() public static méthode

public static getFileNameWithoutExt ( String fullPath ) : String
fullPath String
Résultat String

getWindowsDir() public méthode

public getWindowsDir ( ) : String
Résultat String

separatePathAndFileName() public static méthode

public static separatePathAndFileName ( String fullPath, String &path, String &fileName ) : void
fullPath String
path String
fileName String
Résultat void