used open() to create a file recno.txt with just a record # in it.
The file was created in \fptemp and was visable at the command prompt and with Windows Explorer.
Problem is when another app tried to read this file, it couldn't find it.
When I changed the name of the file to harry.txt, there was no problem in the file being read.
Why should this occur. Same place, same data, different name.
Does open() have a problem opening a file whose name is \pftemp\recno.txt?
Is it seeing \r as something other then part of a file's name?