cqframework / cqf-tooling

Tooling for CQL and IG Authors
Apache License 2.0
19 stars 22 forks source link

Utilise FilenameUtils.concat for platform independent file path building #462

Closed Chris0296 closed 11 months ago

Chris0296 commented 11 months ago

Description

Throughout the project "/" is used as a delimiter for file paths. This is specific to Linux/Mac OS. This PR utilises Apache Commons IO FilenameUtils.concat function to build platform independent file paths

By creating this PR you acknowledge that your contribution will be licensed under Apache 2.0