|
GetDirSize | ||
NumbOfFiles = GetDirSize() | ||
Parameters: NONE | ||
Returns: NumbOfFiles = The Number of files currently in the Read Dir list |
||
The GetDirSize function returns the number of files that are currently stored within the ReadDir's commands internal filename list. FACTS: * The number of files in the ReadDir list will also include any directories that were located too. * GetDirSize will return a zero if the file list is empty Mini Tutorial: This example reads and sorts all the files in the current directory, then displays this list of files to the screen.
This example would something like this.
|
Related Info: | GetDir$ | GetDirFile$ | GetDirFolder$ : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |