Download added

This commit is contained in:
tom5079
2019-05-18 10:37:58 +09:00
parent ba37740c6e
commit e787428e6f
19 changed files with 566 additions and 159 deletions

View File

@@ -7,9 +7,7 @@ import java.net.URL
class UnitTest {
@Test
fun test() {
val f = File("C:/Users/tom50/Workspace/Pupil/nodir/nodir/asdf.txt")
f.delete()
print(File("C:\\asdf").list()?.size ?: 0)
}
@Test