Page 1 of 1

AndrOpen Save: filename glitch?

Posted: Tue Apr 07, 2020 3:39 am
by overyonder
I hope this is the right forum for AndrOpen.
So, when I save a file like "Journal 20.04.04", it sometimes leaves off the last "04" when I go to look for and open it. Then, When I save a file "Journal 20.04.05", it gives me an "overwrite?" dialogue. Seems it doesn't want to recognize the last digits. Sometimes it seems to save but hasn't really saved when I go to look for the document.

Re: AndrOpen Save: filename glitch?

Posted: Tue Apr 07, 2020 7:01 am
by Zizi64
Journal 20.04.04
Do not use special characters in the file names: /\ . (slash, backslash, dot). These are separator characters for the directory levels and the file extensions in the URL-s. Some softwares will recognizes the dots as a multi-extension filename.
Use the _ character instead of the white spaces, and the standard ISO separator character (-) for the dates:

Code: Select all

Journal_20-04-04
https://en.wikipedia.org/wiki/ISO_8601

Re: AndrOpen Save: filename glitch?

Posted: Tue Apr 07, 2020 2:33 pm
by overyonder
Thank you Zizi64! I will try that.