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