User Tools

Site Tools


en:dir

Dir (Function)

Format

dir ( )
dir ( folder_name )

returns string_expression

Description

Open a folder to retrieve the names the files or folders that are contained in it.

Example

f$ = dir("c:\")
while f$ <> ""
   print f$
   f$ = dir()
end while

will display something like

$Recycle.Bin
autoexec.bat
Backup
Boot
bootmgr
Documents and Settings
IO.SYS
MSDOS.SYS
MSOCache
pagefile.sys
Program Files
ProgramData
System Volume Information
temp
Users
Windows

See Also

History

0.9.6.55New to Version
en/dir.txt · Last modified: 2020/02/28 10:46 (external edit)