메소드 | 설명 | |
---|---|---|
CreateStream ( FileMode mode ) : Stream |
Create a stream to a access the file.
|
|
Delete ( ) : void |
Attempt to delete the file.
|
|
Exists ( ) : bool |
Does the file exist?
|
|
FilePersistence ( String file ) : System |
Construct a persistance location based on a file.
|
|
RenameTo ( IPersistenceLocation toLocation ) : void |
Rename this file to a different location.
|
public FilePersistence ( String file ) : System | ||
file | String | The file to use. |
리턴 | System |
public RenameTo ( IPersistenceLocation toLocation ) : void | ||
toLocation | IPersistenceLocation | What to rename to. |
리턴 | void |