public interface CommonFile
| attribute or method | API getter | API setter |
|---|---|---|
| FILE-NAME | getFileName() |
initFileInfo(character) |
handle.unwrapFile() API, which, depending on the
handle's state and type, it either returns an
FileSystemOps.asHandle() instance (for FILE-INFO handles),
RcodeInfoOps.asHandle() instance (for RCODE-INFO handles) or an
ExternalProgramWrapper instance (for PROCEDURE handles), or a
dynamic proxy using handle.invalidAttrAccessProxy.| Modifier and Type | Method and Description |
|---|---|
character |
getFileName()
Get the
file-name attribute of this handle. |
void |
initFileInfo(character name)
Search for the specified file and initialize the related data
structures if found.
|
void |
initFileInfo(java.lang.String name)
Search for the specified file and initialize the related data
structures if found.
|
character getFileName()
file-name attribute of this handle.void initFileInfo(character name)
name is unknown or not found,
the current data structures are cleared.name - Relative or absolute filename to obtain information on.void initFileInfo(java.lang.String name)
EnvironmentOps.getSearchPath(). If name is
unknown or not found, the current data structures are
cleared.name - Relative or absolute filename to obtain information on.