Constructors
Types
Functions
Returns the path representation of this entity. Each entity in the path is separated with the separator. The path returned by this method without changing the separator can be used with Directory.getDirectory or Directory.getFile on the root directory of the filesystem to get this entity again.
Opens a new InputStream to read from the file.
Opens an OutputStream to write to this file. The stream can either replace the existing content or append the data at the end of the file