¡@

Home 

c# Programming Glossary: shfileoperation

How can I tell that a directory is the recycle bin in C#?

http://stackoverflow.com/questions/1585295/how-can-i-tell-that-a-directory-is-the-recycle-bin-in-c

the recycle bin the other way being delete a file through SHFileOperation explained here and check whether it appears in the folder you..

Send a File to the Recycle Bin

http://stackoverflow.com/questions/3282418/send-a-file-to-the-recycle-bin

FileOperationAPIWrapper summary Possible flags for the SHFileOperation method. summary Flags public enum FileOperationFlags ushort.. 0x4000 summary File Operation Function Type for SHFileOperation summary public enum FileOperationType uint summary Move the.. s summary FO_RENAME 0x0004 summary SHFILEOPSTRUCT for SHFileOperation from COM summary StructLayout LayoutKind.Sequential CharSet..

How to bring up the built-in File Copy dialog?

http://stackoverflow.com/questions/6687443/how-to-bring-up-the-built-in-file-copy-dialog

an individual file or directory you can take advantage of SHFileOperation exposed from shell32.dll which is already wrapped by the Visual..

How do I restore a file from the recycle bin using C#?

http://stackoverflow.com/questions/911391/how-do-i-restore-a-file-from-the-recycle-bin-using-c