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., "r", "rw", "rws", or "rwd" |
Type | Description |
---|---|
Object | Returns a connection to the specified name. |