C++: Upgrade script

This commit is contained in:
Tom Hvitved
2021-08-12 17:04:56 +02:00
parent 6c32b92929
commit b69033f4ff
4 changed files with 4288 additions and 0 deletions

View File

@@ -353,6 +353,9 @@ class File extends Container, @file {
firstDotPos = min([name.indexOf("."), name.length()]) and
result = name.prefix(firstDotPos)
)
or
this.getAbsolutePath() = "" and
result = ""
}
}