Opens a file for reading or writing, without attempting to create a new file. To create a new file, see createFile
. Call File.close
to release the resource. Asserts that the path parameter has no null bytes.
Opens a file for reading or writing, without attempting to create a new file. To create a new file, see createFile
. Call File.close
to release the resource. Asserts that the path parameter has no null bytes.