PDA

View Full Version : SHFileOperationW API



Howard Kaikow
05-23-2006, 12:32 PM
Anybody here successfully use the SHFileOperationW (the Unicode version of SHFileOperation) in VB/VBA?

No problem with the ANSI version, but Unicode version seems elusive.

I'm using the option to delete a directory.
SHFileOperation will delete a non-empty directory, so it's more convenient than using RemoveDirectory.