Page 1 of 1

Opening files, ending with dot (.)

Posted: Fri May 25, 2018 10:02 pm
by evil
Me again...

I am having problems, opening files, which end with a dot (.)

Creating a simple text file for example and saving it to "ram:test." cannot be opened with OpenFile()

Other functios have the same problem.

CopyFile() zip.AddFile() also do not work with such files.

Is this a bug? AmigaDOS has no problems copying those files.

Best regards

George

Re: Opening files, ending with dot (.)

Posted: Sat May 26, 2018 8:38 pm
by airsoftsoftwair
Right, I can confirm this. Will be fixed but note that on Windows files cannot end in a dot so it might not be the best idea to use those files if you care about portability.

Re: Opening files, ending with dot (.)

Posted: Thu Dec 27, 2018 12:25 pm
by airsoftsoftwair

Code: Select all

- Fix [Amiga]: Files ending in one or multiple dots couldn't be opened