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 a168dc0 commit 3f2a05bCopy full SHA for 3f2a05b
tools/hash-files.simba
@@ -6,7 +6,7 @@ var
6
hash: String;
7
json: TJSONParser;
8
begin
9
- path := path.Before('tools' + PATH_SEP + '..' + PATH_SEP);
+ path := PathNormalize(path);
10
WriteLn path;
11
12
files := DirList(path, True);
0 commit comments