![]() ![]() ![]() ![]() | Table Of Contents | Index |
1 - Name 2 - Date last Updated 3 - Size 4 - AttributesUnder Netware there are several other fields:
5 - Date Created 6 - Date last Accessed 7 - Date last Archived 8 - Owner 9 - Maximum Rights Mask (Directories)If ReadLongNames is set to ON and the file system supports Windows 95 type long names:
5 - Date Created 6 - Date last Accessed 10 - Long File NameSecond Syntax: ReadSqDirectory (Path,2DFilesArray,2DDirectoriesArray)Example:
Var X ReadSqDirectory('*.EXE',X) Writeln 'Listing File Name, Date Last Accessed, and Size.' Loop X Writeln LoopVal[1] ' ' DateString(LoopVal[2]) ' ' LoopVal[3] EndLoop
If you pass two array variables, ReadSqDirectory will read the files into one 2 dimensional array and the directories into a second 2 dimensional array.
See Also: | WholeFileNames | HiddenAndSystem | IncludeDirectories |
---|
DirectoriesOnly | ReadDirectory | ReadLongNames |
WholeDirectoryNames |
Category: | Array | Directory | LongName |
---|
![]() ![]() ![]() ![]() | Table Of Contents | Index |
|