Skip to content

Proposed change in file.exists() to tolerate Windows

1 message · Richard Cotton

#
Two solutions:

1. Use the wrapper function is_existing_file in assertive.

2. Use standardize_path in pathological before you call file.exists.
On 27 August 2015 at 17:02, Paul Johnson <pauljohn32 at gmail.com> wrote: