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

Class FileSetAttribData

source/script2.cpp:8472–8475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8470
8471BOOL FileSetAttribCallback(LPTSTR aFilename, WIN32_FIND_DATA &aFile, void *aCallbackData);
8472struct FileSetAttribData
8473{
8474 DWORD and_mask, xor_mask;
8475};
8476
8477ResultType Line::FileSetAttrib(LPTSTR aAttributes, LPTSTR aFilePattern
8478 , FileLoopModeType aOperateOnFolders, bool aDoRecurse)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected