Guardian Programming Reference Summary for C
Functions Summary (D-F)
Guardian Programming Reference Summary for C—522630-001
5-38
FILEINFO
(superseded by FILE_GETINFO_, FILE_GETINFOBYNAME_,
FILE_GETINFOLIST_, and FILE_GETINFOLISTBYNAME_) Obtains error and
characteristic information about a file.
This procedure does not have C syntax, because it is superseded and should not be used
for new development. This procedure is supported only for compatibility with previous
software.
FILEINQUIRE
(superseded by FILE_GETINFO_, FILE_GETINFOBYNAME_,
FILE_GETINFOLIST_
, and FILE_GETINFOLISTBYNAME_) Obtains information
about a file.
This procedure does not have C syntax, because it is superseded and should not be used
for new development. This procedure is supported only for compatibility with previous
software.
FILENAME_COMPARE_
Compares two file names to determine if they refer to the same object.
return value:
#include <cextdecs(FILENAME_COMPARE_)>
short FILENAME_COMPARE_ ( const char *filename1 /* i */
,short length1 /* i */
,const char *filename2 /* i */
,short length2 ); /* i */
-1 = The file names do not refer to the same object.
0 = The file names refer to the same object.
>0 = A file-system error prevented evaluation; the returned value is the file-system
error number.