Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
william.pick
in reply to: mark.almack

This method works perfectly.
Just remember to change the local workspace folder:
VaultPath = oFilePath.Replace("D:\Working Folder\", "$/")
in my case was:
VaultPath = oFilePath.Replace("C:\_WorkspaceVault\", "$/")

Many thanks! @mark.almack