DeleteFileW (KERNEL32.@)
BOOL DeleteFileW ( LPCWSTR path )
Delete a file.
path | [In] | Path to the file to delete. |
Success: TRUE.
Failure: FALSE, check GetLastError.
Defined in "winbase.h".
Implemented in "dlls/kernel/file.c". source.winehq.org/source/dlls/kernel/file.c
Debug channel "file".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.