fsMediaQuickFormat (Function) |
Top Previous Next |
This performs a quick format of the media.
The formatting performed is a Quick Format, which means that all files and directories are erased but a full format with full sector initialization will not be performed.
Input: media : INT (0..3) The media to format.
full : BOOL (default: FALSE) When TRUE a full format of the drive is performed. Important: This parameter is only used for the internal drive of NX32L devices.
Returns: INT
Declaration: FUNCTION fsMediaQuickFormat : INT;
Example: INCLUDE rtcu.inc |