Modifications
981102 AWF Initial version.
PDA (Manchester) 21/03/2001: Tidied up the documentation
Feb.2002 - Peter Vanroose - brief doxygen comment placed on single line
Jun.2003 - Ian Scott - added support for '\' file separator to dos version
Definition in file vul_file.h.
#include <vcl_string.h>
Go to the source code of this file.
Classes | |
| struct | vul_file |
| A collection of miscellaneous filesystem-type utilities. More... | |
Functions | |
| bool | vul_file_exists (char const *f) |
| bool | vul_file_exists (vcl_string f) |
| bool | vul_file_is_directory (char const *f) |
| bool | vul_file_is_directory (vcl_string f) |
| unsigned long | vul_file_size (char const *f) |
| unsigned long | vul_file_size (vcl_string f) |
| vcl_string | vul_file_extension (char const *f) |
| vcl_string | vul_file_extension (vcl_string f) |
|
|
Definition at line 109 of file vul_file.h. |
|
|
Definition at line 108 of file vul_file.h. |
|
|
Definition at line 118 of file vul_file.h. |
|
|
Definition at line 117 of file vul_file.h. |
|
|
Definition at line 112 of file vul_file.h. |
|
|
Definition at line 111 of file vul_file.h. |
|
|
Definition at line 115 of file vul_file.h. |
|
|
Definition at line 114 of file vul_file.h. |
1.4.4