Provides access to files in a specific folder.
A java File that represents the root of this LocalFolder
Returns a file from the path relative to the LocalFolder location.
If the path does not exist, or is not a file, throws an exception.
A java File representing the given path relative to this LocalFolder
Optional
A java List with all the files in this LocalFolder
Returns a folder from the path relative to the LocalFolder location.
If the path does not exist, or is not a folder, throws an exception.
Decodes the specified file as a JSON file.
String with the contents of the given path
Provides access to files in a specific folder.