Simplix-Softworks / SimplixStorage

Library to store data in a better way
Apache License 2.0
138 stars 25 forks source link

FlatFile#resetPathPrefix #47

Closed Croos3r closed 3 years ago

Croos3r commented 3 years ago

Is your feature request related to a problem? Please describe. It's bit boring to write setPathPrefix(null) everytime I have to go to my root section using the lib. Moreover I think it's a more elegant way to reset it using a function made for it.

Describe the solution you'd like Just mapping a new function resetPathPrefix to setPathPrefix(null)

KotlinFactory commented 3 years ago

Hey, that seems like a cool addition. However I'm not sure how useful it would be. Are you willing to create a PR for this?

Regards, Leonhard

Croos3r commented 3 years ago

Hey, that seems like a cool addition. However I'm not sure how useful it would be. Are you willing to create a PR for this?

Regards, Leonhard

I'll read the code of conduct first and PR later ;)

Croos3r commented 3 years ago

51

Did it !

KotlinFactory commented 3 years ago

Thanks, merged!