KCML_File_Stat

Purpose

Returns information about the given file.

Definition

DEFSUB 'KCML_File_Stat(filename$, BYREF x$_KCML_FILE_STAT)) AS Bool

Parameters

filenameName of the file
xStructure to recieve file information

Description

Fills the given structure with detailed information about the given file. Returns TRUE if successful or FALSE if it failed.

See also

Internal KCML Functions, Internally defined structures and Internally defined enumerations and constants.