cqframework / cqf-tooling

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

Add helper method for platform independent file path building #467

Closed Chris0296 closed 11 months ago

Chris0296 commented 11 months ago

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

Github Issue: https://github.com/cqframework/cqf-tooling/issues/187

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