Skip to content
Snippets Groups Projects

File management has been finished

Merged Inseo Kim requested to merge File-management-for-console-app into main
3 files
+ 33
17
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -3,10 +3,11 @@
@@ -3,10 +3,11 @@
*/
*/
package notes.multi.console
package notes.multi.console
import notes.multi.utilities.StringUtils
import notes.multi.utilities.Filemanager
import org.apache.commons.text.WordUtils
fun main() {
fun main() {
println("this is multi setup")
// thesea re test functions feel free to use
 
val f = Filemanager("${System.getProperty("user.dir")}/test/", "hello.txt")
 
f.writefile("hello world")
 
println(f.openfile())
}
}
Loading