Difference between revisions of "Lua:getDirectoryList"

From Cheat Engine
Jump to navigation Jump to search
(Created page with "r = getDirectoryList("C:\\CE\\autorun", true) require 'pl.pretty'.dump(r) { "C:\\CE\\autorun\\ce-plugins", "C:\\CE\\autorun\\ceshare", "C:\\CE\\autorun\\dlls", "C:\\...")
(No difference)

Revision as of 06:17, 21 August 2020

r = getDirectoryList("C:\\CE\\autorun", true) require 'pl.pretty'.dump(r)

{

 "C:\\CE\\autorun\\ce-plugins",
 "C:\\CE\\autorun\\ceshare",
 "C:\\CE\\autorun\\dlls",
 "C:\\CE\\autorun\\forms",
 "C:\\CE\\autorun\\images",
 "C:\\CE\\autorun\\xml",
 "C:\\CE\\autorun\\ce-plugins\\.git",
 "C:\\CE\\autorun\\ce-plugins\\images",
 "C:\\CE\\autorun\\ceshare\\forms",
 "C:\\CE\\autorun\\ceshare\\images",
 "C:\\CE\\autorun\\dlls\\32",
 "C:\\CE\\autorun\\dlls\\64",
 "C:\\CE\\autorun\\dlls\\src",
 "C:\\CE\\autorun\\dlls\\src\\Common",
 "C:\\CE\\autorun\\dlls\\src\\Java",
 "C:\\CE\\autorun\\dlls\\src\\Mono",
 "C:\\CE\\autorun\\dlls\\src\\Java\\CEJVMTI",
 "C:\\CE\\autorun\\dlls\\src\\Java\\CEJVMTI\\CEJVMTI",
 "C:\\CE\\autorun\\dlls\\src\\Mono\\MonoDataCollector"

}