- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi
I am developing a small program, based on VaultBrowser SDK Sample.
I am trying to get the Local filestatus of a file: C:\Vault\Designs\W\B2-4510070.idw
In Vault Explorer I can see that the file is downloaded (white circle), and when I rightclick Go to working folder, I correctly go to the specified file.
But when testing through API GetLocalFileStatus returns: InVaultButNotOnDisk
So after some investigation I find that GetRequiredWorkingFolderLocation(...) = "C:\users\mic\documents\Vault"
This folderpath does not exists! This tells me that the API call is looking in the wrong location - thus giving the wrong message.
Bonus info:
GetRequiredWorkingFolderLocation() = "C:\Vault\"
GetEnforceWorkingFolder = True
Any suggestions on how else I should compare local file and vault file?
Any comments appreciated.
Michael Christoffersen
Solved! Go to Solution.


