FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour TTxtFile nMode Values
Posts: 1335
Joined: Fri Jun 13, 2008 11:04 AM
TTxtFile nMode Values
Posted: Thu Oct 30, 2008 09:25 AM

Hi all,

METHOD New( cFileName, nMode ) CLASS TTxtFile

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

Regards

Anser

Posts: 103
Joined: Sat Oct 18, 2008 08:13 PM
Re: TTxtFile nMode Values
Posted: Thu Oct 30, 2008 09:57 AM
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
Best Regards,

Ruediger Alich



---

HMG 3.1.3 | FTDN/FWH 13.12 | Harbour 3.2 | BCC/MinGW | Windows XP/Vista/7/8/10 (32/64-Bit), Wine (Linux/Mac) - started 1999 with FW, 1989 with Clipper
Posts: 1335
Joined: Fri Jun 13, 2008 11:04 AM
TTxtFile nMode Values
Posted: Thu Oct 30, 2008 10:59 AM

Thank you

Continue the discussion