#include "user.h"
Go to the source code of this file.
Functions | |
| BOOL | PortableCreateDirectory (char *dir) |
| A portable wrapper for creating a directory. | |
| BOOL | PortableDeleteFile (char *file) |
| A portable wrapper for deleting a file. | |
| BOOL | PortableExists (char *file) |
| A portable wrapper for determining whether a file or folder exists. | |
| BOOL | PortableIsDirectory (char *file) |
| Determines whether a file is a directory. | |
| BOOL | PortableUTime (char *file, SYSTEMTIME *stAtime, SYSTEMTIME *stMtime) |
| Sets the access and modification times for a file. | |
|
|
A portable wrapper for creating a directory. Path to the folder to create.
|
|
|
A portable wrapper for deleting a file.
|
|
|
A portable wrapper for determining whether a file or folder exists.
|
|
|
Determines whether a file is a directory.
|
|
||||||||||||||||
|
Sets the access and modification times for a file.
|
1.4.6-NO