05-10-2023
04:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
05-10-2023
04:06 AM
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
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