Метод | Описание | |
---|---|---|
DeleteFiles ( string directory ) : void |
Delete all files associated with a PersistedDictionary database from the specified directory.
|
|
Exists ( string directory ) : bool |
Determine if a dictionary database file exists in the specified directory.
|
public static DeleteFiles ( string directory ) : void | ||
directory | string | The directory to delete the files from. |
Результат | void |
public static Exists ( string directory ) : bool | ||
directory | string | The directory to look in. |
Результат | bool |