Skip to content
Snippets Groups Projects

File management error has been fixed

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