Skip to content
Snippets Groups Projects

File management non printing bug has been fixed

Merged Inseo Kim requested to merge File-management-for-console-app into main
3 files
+ 3
1
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -10,4 +10,5 @@ fun main() {
val f = Filemanager("${System.getProperty("user.dir")}/test/", "hello.txt")
f.writefile("hello world")
println(f.openfile())
f.deletefile()
}
Loading