getDirectoryHandle
inline suspend fun FileSystemDirectoryHandle.getDirectoryHandle( name: String, options: FileSystemGetDirectoryOptions): FileSystemDirectoryHandle(source)
inline suspend fun FileSystemDirectoryHandle.getDirectoryHandle(name: String): FileSystemDirectoryHandle(source)
The getDirectoryHandle()
method of the FileSystemDirectoryHandle interface returns a FileSystemDirectoryHandle for a subdirectory with the specified name within the directory handle on which the method is called.