Object openFile (String path, String mode)
Object openFile (String path, String mode)
Name | Type | Description |
---|---|---|
path | String | The target directory path. |
mode | String | The access mode; i.e., $1r$1, $1rw$1, $1rws$1, or $1rwd$1 |
Type | Description |
---|---|
Object | Returns a connection to the specified name. |