MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey / FileDeleteCallback

Function FileDeleteCallback

source/script2.cpp:8353–8356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8351
8352
8353BOOL FileDeleteCallback(LPTSTR aFilename, WIN32_FIND_DATA &aFile, void *aCallbackData)
8354{
8355 return DeleteFile(aFilename);
8356}
8357
8358ResultType Line::FileDelete(LPTSTR aFilePattern)
8359{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected