Shfile function

Post Reply
User avatar
AlexSchaft
Posts: 172
Joined: Fri Oct 07, 2005 1:29 pm
Location: Edenvale, Gauteng, South Africa

Shfile function

Post 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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Alex,

oStruct:fFlags = nAnd( FOF_ALLOWUNDO, FOF_NOCONFIRMATION )
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
AlexSchaft
Posts: 172
Joined: Fri Oct 07, 2005 1:29 pm
Location: Edenvale, Gauteng, South Africa

Post 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
Post Reply