Changes between Version 1 and Version 2 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/File/IsMounted


Ignore:
Timestamp:
08/20/10 15:29:11 (14 years ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v1 v2  
    1919== Remarks ==
    2020
    21 The function operates by reading /proc/mounts and checking for string match
     21The function operates by reading /proc/mounts and checking for string match. The lib825ev library does not include a function to mount a file system, but you can use a system call such as: ''system("mount -t vfat /dev/sda1 /mnt/fl1");''
    2222
    2323== Examples ==