Readdir lists entry names in a directory from the client-provided session filesystem. RPC method: sessionFs.readdir. Parameters: Directory path whose entries should be listed from the client-provided session filesystem. Returns: Names of entries in the requested directory, or a filesystem error i
(request *SessionFSReaddirRequest)
| 18306 | // Returns: Names of entries in the requested directory, or a filesystem error if the read |
| 18307 | // failed. |
| 18308 | Readdir(request *SessionFSReaddirRequest) (*SessionFSReaddirResult, error) |
| 18309 | // ReaddirWithTypes lists directory entries with type information from the client-provided |
| 18310 | // session filesystem. |
| 18311 | // |
no outgoing calls
no test coverage detected