unsigned char f_delvolume( void );
Free the resources associated with the volume.
Works independently of the status of the hardware, it does not matter if a card is inserted or not.
See also:
Returns:
| F_NO_ERROR |
The resources associated with the FAT file system volume
were freed successfully.
|
| Any other value. |
The resources associated with the FAT file system were not
freed successfully - the return value holds the error code.
|