Attempts to return a reference to a concrete VFS instance based on $driver. It will only create a new instance if no VFS instance with the same parameters currently exists.
Returns an an unsorted file list of the specified directory.
Class Details
[line 25]
VFS implementation for a standard filesystem.
Required values for $params:
'vfsroot' The root path
Note: The user that your webserver runs as (commonly 'nobody', 'apache', or 'www-data') MUST have read/write permission to the directory you specific as the 'vfsroot'.