Exists checks whether a path exists in the client-provided session filesystem. RPC method: sessionFs.exists. Parameters: Path to test for existence in the client-provided session filesystem. Returns: Indicates whether the requested path exists in the client-provided session filesystem.
(request *SessionFSExistsRequest)
| 18287 | // Returns: Indicates whether the requested path exists in the client-provided session |
| 18288 | // filesystem. |
| 18289 | Exists(request *SessionFSExistsRequest) (*SessionFSExistsResult, error) |
| 18290 | // Mkdir creates a directory in the client-provided session filesystem. |
| 18291 | // |
| 18292 | // RPC method: sessionFs.mkdir. |
no outgoing calls
no test coverage detected