Skip to content

Commit 07d4716

Browse files
author
crazy
committed
1
1 parent 3924b40 commit 07d4716

3 files changed

Lines changed: 1 addition & 5 deletions

File tree

JavaBase/poweroff.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

JavaBase/src/com/xinan/generic/.gitignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

JavaBase/src/com/xinan/io/TestFile.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ public static void main(String[] args) {
2121
System.out.println("isAbsolute:" + f1.isAbsolute());
2222
System.out.println("length:" + f1.length());
2323
f1.delete();
24+
System.out.println(f1.pathSeparatorChar);
2425
}
2526
}

0 commit comments

Comments
 (0)