Hi Paul,

Dear Rev Programmers

This code works ok:
  put "MyFile.Txt" after tFilename

When reading from the default path (CD)

but

put "c:/MyFolder/MyFile.Txt" after tFilename

does not work with the file in the path.

Whats I'm am doing wrong?

well, what's in tFilename?

Anyway, at least if tFilename is NOT empty then

put "c:/MyFolder/MyFile.Txt" after tFilename

will produce probably something like:

 "c:/MyFolderc:/MyFolder/MyFile.Txt"

which is definitvely wrong! ;-)

What exactly do you mean by

"When reading from the default path (CD)"
???

Check tFilename before appending anything to it...

Hope that helps...

Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org

Regards

Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de

_______________________________________________
use-revolution mailing list
[email protected]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to