|
GetDirFile$ | ||
FileName = GetDirFile$(Index) | ||
Parameters: Index = The index of the filename you wish to retrieve |
||
Returns: FileName = The grabbed filename |
||
The GetDirFile$ function will only return filenames from the ReadDir file list. FACTS: * You can check the type of file that stored in the ReadDir list by using the GetDirFileType function. This will return if the queried item, is a file or folder name. Mini Tutorial: This example reads and sorts all the files in the current directory, then displays the list of files to the screen.
This example would something like this.
|
Related Info: | GetDir$ | GetDirFolder$ | GetDirSIze : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |