FileNumber =  directory .scan  (  Filter  )  
                           
Description :

This instruction scans the current directory.

Parameters :

  • *.*
    *.gif
    etc...

Return Value :

  • Number of files in the current directory which match the filter.

Notes :


To get information about scanned files, use:

     Directory.file.name.get ()
     Directory.file.extension.get ()
     Directory.file.type.get ()
     Directory.file.size.get ()

Examples :