Changes between Initial Version and Version 1 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/File/UnmountDirectory
- Timestamp:
- 05/17/24 12:07:54 (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/File/UnmountDirectory
v1 v1 1 = UnmountDirectory = 2 Unmount the specified directory path 3 4 {{{ 5 bool UnmountDirectory(const char* path); 6 7 bool UnmountDirectory(string& path); 8 }}} 9 10 == Parameters == 11 12 * path - 13 14 == Return Value == 15 16 * Returns true if successful 17 18 == Remarks == 19 20 21 == Examples == 22 23 {{{ 24 }}} 25 26 27 == See Also == 28 29