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

Method LoopFilesStruct

source/script.h:502–502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

500 , dir_length; // Portion of file_path which is the directory, used by BIVs.
501
502 LoopFilesStruct() : orig_dir_length(0), long_dir(NULL) {}
503 ~LoopFilesStruct()
504 {
505 if (orig_dir_length)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected