The
defaultIndexDir =
setting in .config seems like being erroneusly parsed. ?
Please provide some examples.
Include a "plain" example (8.3 compatible), a path with spaces in it, a special characters one (like umlaut, accented characters and the like), and specify if a backslah is needed at the end of the path or not.
Examples
defaultIndexDir = E\Documents and Settings\something\Desktop\Fictional\
In LogFileError Indexing/grabbing
EDocuments and SettingssomethingDesktop♀ictional#\
defaultIndexDir = "E\Documents and Settings\something\Desktop\Fictional\"
In LogFile Aquirred List of Files/Images from
"EDocuments and SettingssomethingDesktop♀ictional"\
None actually produced anything of use.
This worked
defaultIndexDir = E/Documents and Settings/something/Desktop/Fictional
Grabbing all Files in specified Directory E\Documents and Settings\something\Desktop\Fictional
In LogFile Aquirred List of Files/Images from E/Documents and Settings/something/Desktop/Fictional\
(please note the final backslash on last line)
You have to make up your mind betweeen forward and back slashes wink
jaclaz
Thanks for testing this! I will have to look this up as atm all file separators are taken from the System Information to allow cross platform compatibility. However like you have shown I still have some errors in it.
At the moment my personal life keeps me quite busy but I will try to resolve that in the next days. Thanks for reporting it )
PS Do you mind if I add your post to the bug tracker on SF?
At the moment my personal life keeps me quite busy but I will try to resolve that in the next days. Thanks for reporting it )
No hurry whatsoever. )
PS Do you mind if I add your post to the bug tracker on SF?
Of course not, heck it's a public forum, if I had something not to be disclosed, I wouldn't have posted it on a board. wink
JFYI, the Careware license I normally use for my half-a**ed batches, applies also to my opinions/ideas/suggestions
http//
jaclaz
Like your careware license - easily applied D
Thanks, I'll be taking a good look at it.
Small Note An unexpected hospital visit, personal life and Uni preparation kept me from looking over the code yet. Hence the next Update will be a bit later than planned.