We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08e2abf commit 10bd30dCopy full SHA for 10bd30d
Scripts/VAULT_Where Used.iLogicVb
@@ -25,7 +25,7 @@ Class LocalWorkspaceCheck
25
Dim WorkingDir As String = System.IO.Directory.GetParent(ThisApplication.DesignProjectManager.ActiveDesignProject.WorkspacePath).FullName & "\"
26
27
' Option 2 - Manually set vault working directory
28
- 'Dim WorkingDir As String = "C:\Inbye\"
+ 'Dim WorkingDir As String = "C:\Working Directory\"
29
30
' Option 3 - Below line only work as in-process addin / not in ilogic
31
'Dim WorkingDir As String = mVltCon.WorkingFoldersManager.GetWorkingFolder("$").ToString & "\"
0 commit comments