B4J Question Directory scanning?

HCAZ

Member
Licensed User
Longtime User
Hello,
Is it possible to scan a directory recursively and get a list f all files and there fields, so full file paths maybe?
Then get it back as an array or map?

Thanks,
Zachary
 

HCAZ

Member
Licensed User
Longtime User
Hi,
After further reading i have found i can do this with:
B4X:
File.ListFiles(dir)
Never mind :p
 
Upvote 0
Top