Skip to content
Snippets Groups Projects
Commit ffd9bb08 authored by Mark Olesen's avatar Mark Olesen
Browse files

OSspecific: altered file tests

- removed the previously added fileName type(), isDir(), isFile() methods.

- added optional bool parameter to isFile() function to explicitly
  enable/disable the check for gzip files.

- fixed minor bugginess where the default usage of isFile() would result in
  false positive matches.

- be slightly more stringent and use isDir() and isFile() instead of
  exists() function when we actually know the expected type.
parent fb29e085
Branches
Tags
No related merge requests found
Showing
with 62 additions and 76 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment