Module bmd
Mock some simple bmd methods.
A silly attempt to mimic some basic bmd functions (readdir, fileexists, createdir) to make scripts using these work, even if called not from within Fusion.
bmd = require("Shaderfuse/bmd") ...
Functions
| readdir (directory) | Mock the bmd readdir function. |
| fileexists (filepath) | Mock the bmd fileexists function. |
| createdir (dirname) | Mock the bmd createdir function. |