Hi, I need some ideas on how to make a really difficult part of a program.
Basically I want to load all files from a folder(last bit of the path comes from a variable in a .txt file ) and display them as a clickable menu.
Can somebody suggest something?
How should I go about on this menu?
Started by makerimages, Dec 24 2012 12:38 AM
2 replies to this topic
#1
Posted 24 December 2012 - 12:38 AM
#2
Posted 24 December 2012 - 01:05 AM
well , you could write a loop to check if all posible name premutations of a file name exists within that directory
or use fs.list(path)
or use fs.list(path)
#3
Posted 24 December 2012 - 04:07 AM
fs.list(path) will save them into a table, but the menu part - that will be quite difficult
2 user(s) are reading this topic
0 members, 2 guests, 0 anonymous users











