|
APIs in Category: file |
API version 1.3 |
file-create-symlink |
| file-create-symlink | [top] |
Create a symlink.
Input Name Range Type Description path string
Path of the symlink file to create. The value is expected to begin with /vol/ . symlink string
Value of the symlink.
| file-delete-directory | [top] |
Delete a directory.
Input Name Range Type Description path string
Path of the directory to delete. The value is expected to begin with /vol/ . The directory must be empty in order for this API to succeed.
| file-delete-file | [top] |
Delete a file.
Input Name Range Type Description path string
Path of the file or symlink to delete. The value is expected to begin with /vol/ .
| file-read-symlink | [top] |
Read the contents of a symlink.
Input Name Range Type Description path string
Path of the symlink file to read. The value is expected to begin with /vol/ . Output Name Range Type Description symlink string
Value of the symlink. In other words, this is the destination path contained in the symlink.