FSremove Function

Microchip MDD File System Interface

MDDFS Interface Library Help
FSremove Function
C
int FSremove(
    const char * fileName
);
Description

The FSremove function will attempt to find the specified file with the FILEfind function. If the file is found, it will be erased using the FILEerase function.

Preconditions

File not opened, file exists

Parameters
Parameters 
Description 
fileName 
Name of the file to erase 
Return Values
Return Values 
Description 
File removed 
EOF 
File was not removed 
Side Effects

The FSerrno variable will be changed.

Remarks

None

Microchip MDD File System Interface 1.2.0 - [Aug 18, 2008]
Copyright © 2008 Microchip Technology, Inc.  All rights reserved.