Returns a list of files and folders in the specified directory. If the specified path isn't a directory, an IOException is thrown.
This event is fired off when any command is run from the console. This actually fires before normal CommandHelper aliases, allowing you to insert control before defined aliases, even. Be careful with this event, because it overrides ALL console commands, which if you aren't careful can cause all sorts of havok, because the command is run as console, which is usually completely unrestricted.
command: The entire command the console ran
prefix: Just the first part of the command, i.e. '/cmd' in '/cmd blah blah'
command: The entire command
prefix: Just the prefix of the command
command