Validate path object.
ValidatePathDto
Name | Type | Tags | Description |
---|---|---|---|
validate_writable |
bool |
Optional | Gets or sets a value indicating whether validate if path is writable. |
path |
string |
Optional | Gets or sets the path. |
is_file |
bool |
Optional | Gets or sets is path file. |
{
"ValidateWritable": null,
"Path": null,
"IsFile": null
}