path to document question

Hallo all.
I added to my nuke menu shortcuts to access sertain files (my notes.doc, art and since of compositing.pdf etc) they are in my user folder so i have them wherever i go. it works good on windows, but in places with mac shortcuts do not work. (i am windows user).
please help me to find mistake in my code

Quote:

q.addCommand("Python/Python_Nuke_help", "TopDir = os.path.dirname(nuke.env[‘ExecutablePath’]) + ‘/’;\n\
if nuke.env[‘MACOS’]:\n\
TopDir = os.path.abspath(TopDir + ‘../../../’) + ‘../’\n\
nuke.tcl(‘start {‘ + TopDir + ‘plugins/user/user/my_documentation/NukePythonHelp.pdf}’)")


thanks

No Responses to “path to document question”

Post a Comment