KonstantinosRekoumis / CSR

A primitive calculator that calculates a ship midship plates and PSMs based on IACS CSR
2 stars 2 forks source link

Implement way to get absolute path pointing to a resource #27

Closed gerelef closed 9 months ago

gerelef commented 9 months ago

This will increase compatibility with other interfaces which do not expect a file's contents but rather the absolute path towards it. The current implementation only supports getting a resource with a context manager (with ... as r).

23 related