#include <arfile.h>
Public Member Functions | |
| ARFile (const char *path) | |
| Constructor for ARFilename object. | |
| void | SetFile (const char *path) |
| Sets the file for the current ARFile object. | |
| ARString | GetFilename () |
| Returns the name of the file excluding the path. | |
| ARString | GetPath () |
| Returns the path excluding the filename. | |
| ARString | GetFullPath () |
| Returns the original path/. | |
| ARString | GetExtension () |
| Returns the extension for the filename. | |
| ARString | GetName () |
| Returns the name of the file excluding the path and extension. | |
| bool | Exists () |
| Determines whether the file exists. | |
|
|
Constructor for ARFilename object.
|
|
|
Determines whether the file exists.
|
|
|
Returns the extension for the filename. For example, 'txt' would be returned if the path was '/samples/data/test001.txt'.
|
|
|
Returns the name of the file excluding the path. For example, 'test001.txt' would be returned if the path was '/samples/data/test001.txt'.
|
|
|
Returns the original path/. For example, '/samples/data/test001.txt' would be returned if the path was '/samples/data/test001.txt'.
|
|
|
Returns the name of the file excluding the path and extension. For example, 'test001' would be returned if the path was '/samples/data/test001.txt'.
|
|
|
Returns the path excluding the filename. For example, '/samples/data/' would be returned if the path was '/samples/data/test001.txt'.
|
|
|
Sets the file for the current ARFile object.
|
1.3.9.1