eyeonus / Trade-Dangerous

Mozilla Public License 2.0
96 stars 31 forks source link

feat: add rename_file and remove_file to TradeEnv #161

Closed kfsone closed 2 months ago

kfsone commented 2 months ago

This adds normalizing methods for removing and renaming files that will log the operation at DEBUG1, and in the case of rename will ensure a .old backup of the existing file.

Committing separately of other work that leverages it.