View Single Post
Old 01-01-2010, 09:14 PM   #4
rogue_ronin
Banned
rogue_ronin has learned how to read e-booksrogue_ronin has learned how to read e-booksrogue_ronin has learned how to read e-booksrogue_ronin has learned how to read e-booksrogue_ronin has learned how to read e-booksrogue_ronin has learned how to read e-booksrogue_ronin has learned how to read e-books
 
Posts: 475
Karma: 796
Join Date: Sep 2008
Location: Honolulu
Device: Nokia 770 (fbreader)
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
rogue_ronin is offline   Reply With Quote