lunduniversity / introprog-scalalib

Scala library with simple-to-use utilites for students of introductory programming. http://cs.lth.se/pgk/api
BSD 2-Clause "Simplified" License
60 stars 13 forks source link

Should saveString check if file is a directory? And also check if exists and only overwrite if param isOverwrite=true? #47

Open bjornregnell opened 9 months ago

bjornregnell commented 9 months ago

see e.g. https://stackoverflow.com/a/24982850