|
GetDirFolder$ | ||
FolderName = GetDirFolder$(Index) | ||
Parameters: Index = The index of the folder name you wish to retrieve |
||
Returns: FolderName = The grabbed folder name |
||
The GetDirFolder$ 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$ | GetDirFile$ | GetDirSIze : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |