PC SOFT
ONLINE REPOSITORY
FOR WINDEVWEBDEV AND WINDEV MOBILE

Home |  | Sign in | English US
WD The fListFile function - Listar arquivos e diretorios de um uma unidade de disco
Published by Boller
- Unclassified
New features



Description
WD The fListFile function - Listar arquivos e diretorios de um uma unidade de disco

sDirectoryName is string

DatatimeInicial is DateTime = DateSys()+TimeSys()

sDirectoryName = fSelectDir("","Select the directory whose files must be listed")

IF sDirectoryName ~= "" THEN RETURN


EDT_Parent_Directory = sDirectoryName

// Delete the elements from the table
TableDeleteAll(TABLE_ELEMENTS)

// Update the files and the directories
REFDirectories()
UPDFiles()

datatimeFinal is DateTime = DateSys()+TimeSys()

Info(DatatimeInicial,datatimeFinal)
Illustrations, screen shots
none
none
User reviews
(To evaluate this resource, click 'Write a review')
No review or comment? Be the first one!