SA_Erase


 

SA_Erase removes a file from disk.

int SA_Erase ( char *Name, u32 NameLen );

Parameters:
Name
The name of the file to be erased.
NameLen
The length of the {Name} parameter.

Note the following:

  1. Function return codes are as follows:

  2.  

    Value

    Meaning

    1

    Success.

    -nn

    Error as described in Sunaccess Errors

     

     



Sunaccess Reference SA_CopyFile SA_FilePI