Méthode | Description | |
---|---|---|
Combine ( ) : string | ||
DeleteFolderThatMayBeInUse ( string folder ) : void | ||
Dispose ( ) : void | ||
GetNewTempFile ( bool doCreateTheFile ) : TempFile | ||
GetPathForNewTempFile ( bool doCreateTheFile ) : string | ||
GetPathForNewTempFile ( bool doCreateTheFile, string extension ) : string | ||
TemporaryFolder ( |
||
TemporaryFolder ( string name ) : System | ||
TrackExisting ( string path ) : |
Méthode | Description | |
---|---|---|
Delete ( ) : void | ||
GetTemporaryFile ( ) : string | ||
GetTemporaryFile ( string name ) : string | ||
TemporaryFolder ( ) : System |
public static DeleteFolderThatMayBeInUse ( string folder ) : void | ||
folder | string | |
Résultat | void |
public GetNewTempFile ( bool doCreateTheFile ) : TempFile | ||
doCreateTheFile | bool | |
Résultat | TempFile |
public GetPathForNewTempFile ( bool doCreateTheFile ) : string | ||
doCreateTheFile | bool | |
Résultat | string |
public GetPathForNewTempFile ( bool doCreateTheFile, string extension ) : string | ||
doCreateTheFile | bool | |
extension | string | |
Résultat | string |
public TemporaryFolder ( |
||
parent | ||
name | string | |
Résultat | System |
public TemporaryFolder ( string name ) : System | ||
name | string | |
Résultat | System |
public static TrackExisting ( string path ) : |
||
path | string | |
Résultat |