We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 397473f commit dfce82cCopy full SHA for dfce82c
tools/hash-files.simba
@@ -7,7 +7,6 @@ var
7
hash: String;
8
begin
9
files := DirList(PATH, True);
10
-
11
for i := 0 to High(files) do
12
13
if PathIsDirectory(files[i]) then Continue;
0 commit comments