* Checks whether a path exists in the client-provided session filesystem. * * @param params Path to test for existence in the client-provided session filesystem. * * @returns Indicates whether the requested path exists in the client-provided session filesystem.
(params: SessionFsExistsRequest)
| 16900 | * @returns Indicates whether the requested path exists in the client-provided session filesystem. |
| 16901 | */ |
| 16902 | exists(params: SessionFsExistsRequest): Promise<SessionFsExistsResult>; |
| 16903 | /** |
| 16904 | * Gets metadata for a path in the client-provided session filesystem. |
| 16905 | * |
no outgoing calls