Win32DeleteFileAW (SHELL32.164)
static DWORD Win32DeleteFileAW ( LPCSTR path )
Deletes a file. Also triggers a change notify if one exists.
path | [In] | path to file to delete. |
TRUE if successful, FALSE otherwise.
Verified on Win98 / IE 5 (SHELL32 4.72, March 1999 build) to be ANSI. This is Unicode on NT/2000
Declared in "include/shlobj.h". gitlab.winehq.org/wine/wine/blob/master/include/shlobj.h
Implemented in "dlls/shell32/shlfileop.c". gitlab.winehq.org/wine/wine/blob/master/dlls/shell32/shlfileop.c
Debug channel "shell".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.