ansys / pyaedt

AEDT Python Client Package
https://aedt.docs.pyansys.com
MIT License
212 stars 129 forks source link

REFACTOR: Leverage pathlib instead of os.path #5180

Open SMoraisAnsys opened 2 months ago

SMoraisAnsys commented 2 months ago

We have deprecated IronPython so we should be able to use pathlib instead of working with os.path.

Updating this will improve readability and follow the push from the Python ecosystem. This should be a good entry point for new contributors.

jvela018 commented 4 weeks ago

@gmalinve you can assign this issue to me. Thanks