Top Description Fields Constructors Methods
org.python.core.util

public Class RelativeFile

extends File
Class Inheritance
Imports
java.io.File, org.python.core.PySystemState

A java.io.File whose initial path is resolved relative to the current SystemState's current working directory.
Author
Philip Jenvey

Field Summary

Inherited from java.io.File:
pathSeparatorpathSeparatorCharseparatorseparatorChar

Constructor Summary

AccessConstructor and Description
public
RelativeFile(String pathname)

public
RelativeFile(String parent, String child)

Method Summary

Inherited from java.io.File:
canExecutecanReadcanWritecompareTocreateNewFilecreateTempFilecreateTempFiledeletedeleteOnExitequalsexistsgetAbsoluteFilegetAbsolutePathgetCanonicalFilegetCanonicalPathgetFreeSpacegetNamegetParentgetParentFilegetPathgetTotalSpacegetUsableSpacehashCodeisAbsoluteisDirectoryisFileisHiddenlastModifiedlengthlistlistlistFileslistFileslistFileslistRootsmkdirmkdirsrenameTosetExecutablesetExecutablesetLastModifiedsetReadablesetReadablesetReadOnlysetWritablesetWritabletoPathtoStringtoURItoURL

Constructor Detail

RelativeFileback to summary
public RelativeFile(String pathname)
RelativeFileback to summary
public RelativeFile(String parent, String child)