TTxtFile nMode Values

Post Reply
User avatar
anserkk
Posts: 1280
Joined: Fri Jun 13, 2008 11:04 am
Location: Kochi, India

TTxtFile nMode Values

Post by anserkk »

Hi all,

METHOD New( cFileName, nMode ) CLASS TTxtFile

Can anybody explain about the possible values of nMode in Class TTxtFile

Regards

Anser
User avatar
IBTC
Posts: 103
Joined: Sat Oct 18, 2008 8:13 pm
Location: Stuttgart, Germany
Contact:

Re: TTxtFile nMode Values

Post by IBTC »

anserkk wrote:Hi all,
Can anybody explain about the possible values of nMode in Class TTxtFile
If the file exists the same like FOpen( cFileName, nMode ) or if the file didn't exists like FCreate( cFileName, nMode ), see FileIO.ch
User avatar
anserkk
Posts: 1280
Joined: Fri Jun 13, 2008 11:04 am
Location: Kochi, India

Post by anserkk »

Thank you
Post Reply