SmFsGetFileAttr
Synopsis
int SmFsGetFileAttr( const char * name,
SmFsAttr * a);
Description
Get attributes of an open file. Returns an attributes structure for the unopen file ‘name’.
Parameters
Parameter |
Description |
---|---|
name
|
Pointer to absolute path |
a
|
Pointer to the returned attributes structure |
Return Value
Returns 0 or an error condition.