Method LocalPathToObjectPath
LocalPathToObjectPath(string)
Converts a local file system path into a remote cloud path.
Declaration
public override string LocalPathToObjectPath(string localPath)
Parameters
Type | Name | Description |
---|---|---|
string | localPath | The path to the file on the local file system. |
Returns
Type | Description |
---|---|
string | The remote cloud system path. |