FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Shfile function
Posts: 172
Joined: Fri Oct 07, 2005 01:29 PM
Shfile function
Posted: Wed Oct 25, 2006 04:22 PM

Hi,

I'm guessing SHFile uses SHFileOperation, and the structure SHFILEOPSTRUCT?

Is there any way to populate fFlags with FOF_ALLOWUNDO+ FOF_NOCONFIRMATION to recycle a file?

Alex

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Shfile function
Posted: Wed Oct 25, 2006 05:30 PM

Alex,

oStruct:fFlags = nAnd( FOF_ALLOWUNDO, FOF_NOCONFIRMATION )

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 172
Joined: Fri Oct 07, 2005 01:29 PM
Shfile function
Posted: Thu Oct 26, 2006 03:08 AM
Antonio Linares wrote:Alex,

oStruct:fFlags = nAnd( FOF_ALLOWUNDO, FOF_NOCONFIRMATION )


I know this, but how do I tell the shfile function this?

Or, how do I declare the ShFileOperation function

Alex

Continue the discussion