Class RelativeFile

java.lang.Object
java.io.File
org.python.core.util.RelativeFile
All Implemented Interfaces:
Serializable, Comparable<File>

public class RelativeFile extends File
A java.io.File whose initial path is resolved relative to the current SystemState's current working directory.
Author:
Philip Jenvey
See Also:
  • Constructor Details

    • RelativeFile

      public RelativeFile(String pathname)
    • RelativeFile

      public RelativeFile(String parent, String child)