|
FileType | ||
Type = FileType(Filename$) | ||
Parameters: Filename$ = The name and path of the file you wish to check |
||
Returns: Type = The Type of this file 1=File, 2 = folder |
||
The FileType function returns the file type of a filename or path name. Type Values: 0 = Not found 1 = File 2 = Folder FACTS: * none Mini Tutorial: This example, lists the files in the current path and displays their file type and file size.
This example would output might out something like this.
|
Related Info: | : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |