quote:
Originally posted by mihzvol
i dont know if someone answered this yet but too many pages to look
i noticed when i changed the save folder, it dont save on correct folder, but the previous one
like this
C:\Documents and Settings\...\Screenshots\Mihzvol_wuriarMy_Screenshot_40
the pic name change to Mihzvol_wuriarMy_Screenshot_40, but mihzvol_wuriar is a folder
the right name would be like this
C:\Documents and Settings\...\Screenshots\Mihzvol_wuriar\My_Screenshot_40
that bar is missing on the folder name, and i cant get that to work
if anyone have a solution tell me
This has been fixed in the next version which isn't released yet. If you want to manually fix it:
quote:
Originally posted by Matty
Open the script for editing, change the file to ss4.functions.js
Change line 363 from
code:
return folderpath.ReadString(0, false);
tocode:
return folderpath.ReadString(0, false)+'\\';