Page 1 of 1

CopyFile help needed!

Posted: Thu Feb 24, 2011 9:54 pm
by Tuxedo
Hi ALL!

Since Andreas replyed me in the bug section that my problem was related to AmigaDOS and not to hollywood I've tryed to adjust my hollywood code but...
I found a new weird thing that I post here so I can have help :)

I do that:

CopyFile("RAM:foo/te'[st']", "ram:")

and I get (as expected) the foo file in RAM:

but if I do:

CopyFile("RAM:foo/te'[st']", "ram:", "newname")

I get an error about the CopyFile syntax...
Where I'm wrong????

Was my fault or that was Hollywod related?
Doying from Shell:

Copy RAM:foo/te'[st'] ram:newname

work as expected...

I'm going mad... :(

Re: CopyFile help needed!

Posted: Sat Feb 26, 2011 12:05 pm
by airsoftsoftwair
That's a Hollywood bug. I'll fix it. Thanks for reporting!

Re: CopyFile help needed!

Posted: Sat Feb 26, 2011 3:30 pm
by Tuxedo
So I'm not so mad... :P
For the moment I will use the DOS copy command...