Page 1 of 1

Shfile function

Posted: Wed Oct 25, 2006 4:22 pm
by AlexSchaft
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

Posted: Wed Oct 25, 2006 5:30 pm
by Antonio Linares
Alex,

oStruct:fFlags = nAnd( FOF_ALLOWUNDO, FOF_NOCONFIRMATION )

Posted: Thu Oct 26, 2006 3:08 am
by AlexSchaft
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