TerraME / terrame

TerraME is a programming environment for spatial dynamical modelling
www.terrame.org
GNU Lesser General Public License v3.0
36 stars 13 forks source link

Investigate if qt or boost have file and directory characters validator #2243

Open avancinirodrigo opened 6 years ago

avancinirodrigo commented 6 years ago

Currently it is made in lua by means unicode validation. It would be better if qt or boost handled that.

avancinirodrigo commented 6 years ago

There is already a module in terralib that handle files and directories by boost. Also, there are some functions that handle file system, that allows to stop system command calls like mkdir, ls, touch, etc.

pedro-andrade-inpe commented 6 years ago

This would be very nice!