|
GetDir$ | ||
FileName = GetDir$(Index) | ||
Parameters: Index = The index of the filename or folder name you wish to retrieve |
||
Returns: FileName = The grabbed filename |
||
The GetDir$ function returns the filename or folder name stored at this position in the ReadDir file list. FACTS: * None 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: | GetDirFile$ | GetDirFolder$ | GetDirSIze : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |