Whoopsie!
Found a bad Clip, one I had edited for use with
wine. Replace the
Open Project Folder clip in the
xBookMeta library with the following:
Code:
Open Project Folder
; open the project folder for direct manipulation, you mistake-making SOB!
;CLIP SETTINGS
^!SetIniFile "^$GetLibraryPath$xBook.ini"
;CLEAR VARIABLES
^!ClearVariables
;SET VARIABLES
^!Set %LibraryFolder%=^$GetValue("Path:Library")$
^!Set %CurrentProjectPath%=^$GetValue("Path:CurrentProject")$
^!Set %CurrentProjectFullPath%=^%LibraryFolder%Library\^%CurrentProjectPath%
^!Set %CurrentProjectFolderPath%=^$GetPath(^%CurrentProjectFullPath%)$
;OPEN THE FOLDER!
^!Shell explorer.exe ^%CurrentProjectFolderPath%
:END
m a r