minetest / minetest_docs

Minetest Engine documentation (Work in progress. Meanwhile, please refer to lua_api.txt and dev.minetest.net)
Other
22 stars 13 forks source link

Document filesystem utils #53

Closed appgurueu closed 11 months ago

appgurueu commented 1 year ago

Still had this sitting on my harddrive mostly finished and didn't want it to go to waste.

wsor4035 commented 11 months ago

not depreciated/removed yet, see https://github.com/minetest/minetest/pull/13759 - maybe worth noting that its not needed, etc or something

appgurueu commented 11 months ago

not depreciated/removed yet, see minetest/minetest#13759 - maybe worth noting that its not needed, etc or something

I currently say:

Usually not necessary due to path normalization (perhaps only necessary when parsing paths), but may be used "for good measure" (user-friendly paths using the platform-specific delimiters).

What would you want it to say?

wsor4035 commented 11 months ago

not depreciated/removed yet, see minetest/minetest#13759 - maybe worth noting that its not needed, etc or something

I currently say:

Usually not necessary due to path normalization (perhaps only necessary when parsing paths), but may be used "for good measure" (user-friendly paths using the platform-specific delimiters).

What would you want it to say?

i was still semi thinking of depreciated, but its not, so this is fine