Changes between Version 3 and Version 4 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/File/IsMounted


Ignore:
Timestamp:
03/12/25 08:01:24 (3 weeks ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/ApplicationLibraries/lib825ev/File/IsMounted

    v3 v4  
    22Check whether the specified file device is mounted
    33
    4 {{{
     4{{{#!c++
    55int IsMounted(const string& strMount);
    66
     
    2323== Examples ==
    2424
    25 {{{
     25{{{#!c++
    2626string strMnt = "/mnt/fl1";
    2727if(IsMounted(strMnt) == 0)
     
    3131}}}
    3232
    33 {{{
     33{{{#!c++
    3434if(IsMounted("/mnt/fl1") == 0)
    3535{