getFileHandle
inline suspend fun FileSystemDirectoryHandle.getFileHandle(name: String, options: FileSystemGetFileOptions): FileSystemFileHandle(source)
inline suspend fun FileSystemDirectoryHandle.getFileHandle(name: String): FileSystemFileHandle(source)
The getFileHandle()
method of the FileSystemDirectoryHandle interface returns a FileSystemFileHandle for a file with the specified name, within the directory the method is called.