Load a directory of SKILL files

S

SimĂŁo Afonso

Guest
Hello everyone,

I have a directory full of SKILL files, one function per file.

I want to create a simple keybind to reload all those file at once, but
I can't find any function to walk the directory listing. I can't even
shell out to "ls", the "system" function can't capture the output of
external commands.

Anyone has any pointers on this?
 
Answering my own question, it's the `getDirFiles` function.

SimĂŁo Afonso @ 2017-02-17 11:53:35:
Hello everyone,

I have a directory full of SKILL files, one function per file.

I want to create a simple keybind to reload all those file at once, but
I can't find any function to walk the directory listing. I can't even
shell out to "ls", the "system" function can't capture the output of
external commands.

Anyone has any pointers on this?
 

Welcome to EDABoard.com

Sponsor

Back
Top