I need to get list of 'commands' subfolders.
I tried this:
code: new ActiveXObject("Scripting.FileSystemObject").GetFolder(moi.filesystem.getCommandsDir()).SubFolders.count;
It returns right amount of subfolders. But I don't know how to get the list.
|