29.03.2015, 23:21
Quote:
I don't think there is anyway you can list all files in a folders... so this is impossible.
|
FileManager
Код:
native dir:dir_open(directory[]); native dir_close(dir:handle); native dir_list(dir:handle, storage[], &type, length = sizeof(storage));