質問編集履歴
1
ディレクトリ指定のところに誤字があったので、訂正
title
CHANGED
File without changes
|
body
CHANGED
@@ -59,7 +59,7 @@
|
|
59
59
|
public static void main(String[] args){
|
60
60
|
|
61
61
|
//ディレクトリ指定
|
62
|
-
String path = "C:\\
|
62
|
+
String path = "C:\\.txt";
|
63
63
|
|
64
64
|
//階層の指定(512あればまずは大丈夫か)
|
65
65
|
boolean[] ancestor = new boolean[512];
|