Skip to content
Snippets Groups Projects
Commit 0adafb51 authored by Rolf Eike Beer's avatar Rolf Eike Beer Committed by Brad King
Browse files

SystemTools: use FindProgram() overload that checks for directory

This converts all constructs like

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

to

  FileExists(f, true)

which behaves the same.

Change-Id: Iadb26fb792db032a396bc54c58f7b902c5e054b2
parent b86a2a3e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment