ResourcePath Property
The path of the current resource.
Syntax
__property String ResourcePath = {read=FResourcePath, write=FSetResourcePath};
Default Value
""
Remarks
This setting holds the path of the resource specified by ResourceIndex. After calling ListResources this property will hold the full path to the resource at ResourceIndex in lower case as returned by the server.
This may be set to the full path of a folder or file before calling various methods such as:
- CopyResource
- DeleteResource
- DownloadFile
- GetPreview
- GetResourceInfo
- GetThumbnail
- ListResources
- ListRevisions
- MoveResource
- UploadFile
- WaitForChanges
This property is not available at design time.
Data Type
String