Skip to content
Snippets Groups Projects
Rolf Eike Beer's avatar
Rolf Eike Beer authored
This converts all constructs like

  FileExists(f) && !SystemTools::FileIsDirectory(f)

to

  FileExists(f, true)

which behaves the same.

Change-Id: Iadb26fb792db032a396bc54c58f7b902c5e054b2
0adafb51
History