Changes between Version 3 and Version 4 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/File/IsMounted
- Timestamp:
- 03/12/25 08:01:24 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/File/IsMounted
v3 v4 2 2 Check whether the specified file device is mounted 3 3 4 {{{ 4 {{{#!c++ 5 5 int IsMounted(const string& strMount); 6 6 … … 23 23 == Examples == 24 24 25 {{{ 25 {{{#!c++ 26 26 string strMnt = "/mnt/fl1"; 27 27 if(IsMounted(strMnt) == 0) … … 31 31 }}} 32 32 33 {{{ 33 {{{#!c++ 34 34 if(IsMounted("/mnt/fl1") == 0) 35 35 {