dir(directory)
Example
local var y = 40
for fname in dir("/SCRIPTS") do
lcd.drawText(5,y, fname, TEXT_COLOR)
y = y + 20
endLast updated
Was this helpful?
local var y = 40
for fname in dir("/SCRIPTS") do
lcd.drawText(5,y, fname, TEXT_COLOR)
y = y + 20
endLast updated
Was this helpful?
Was this helpful?