Méthode | Description | |
---|---|---|
CreateFile ( string pathName, string fileName, string extension, int maxAllowance ) : |
|
|
GetLatestFileName ( string pathName, string fileName, string extension ) : string |
public static CreateFile ( string pathName, string fileName, string extension, int maxAllowance ) : |
||
pathName | string | Path to the directory under which the new file is to be created. |
fileName | string | Common prefix of the file name. |
extension | string | Extension name of the file. Must starts with "." |
maxAllowance | int | Maximum number of files allowed before rotation starts. Must be greater or equal to 0. |
Résultat |
public static GetLatestFileName ( string pathName, string fileName, string extension ) : string | ||
pathName | string | |
fileName | string | |
extension | string | |
Résultat | string |