質問編集履歴
4
コメントを修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -22,7 +22,7 @@
|
|
22
22
|
|
23
23
|
|
24
24
|
|
25
|
-
lsではエラーになりますが、
|
25
|
+
lsではエラーになりますが、hogehogeのパスは存在します。
|
26
26
|
|
27
27
|
```
|
28
28
|
|
3
コメントを追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -22,6 +22,8 @@
|
|
22
22
|
|
23
23
|
|
24
24
|
|
25
|
+
lsではエラーになりますが、このパスは存在します。
|
26
|
+
|
25
27
|
```
|
26
28
|
|
27
29
|
!ls '/content/drive/My Drive/'
|
2
元のドライブが存在することを確認
test
CHANGED
File without changes
|
test
CHANGED
@@ -7,18 +7,6 @@
|
|
7
7
|
|
8
8
|
|
9
9
|
```
|
10
|
-
|
11
|
-
!ls '/content/drive/My Drive/'
|
12
|
-
|
13
|
-
0001.txt
|
14
|
-
|
15
|
-
0002.txt
|
16
|
-
|
17
|
-
0003.txt
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
10
|
|
23
11
|
hogehoge = '/content/drive/My Drive/'
|
24
12
|
|
@@ -34,4 +22,18 @@
|
|
34
22
|
|
35
23
|
|
36
24
|
|
25
|
+
```
|
26
|
+
|
27
|
+
!ls '/content/drive/My Drive/'
|
28
|
+
|
29
|
+
0001.txt
|
30
|
+
|
31
|
+
0002.txt
|
32
|
+
|
33
|
+
0003.txt
|
34
|
+
|
35
|
+
```
|
36
|
+
|
37
|
+
|
38
|
+
|
37
39
|
どうぞよろしくお願い致します。
|
1
元のドライブが存在することを確認
test
CHANGED
File without changes
|
test
CHANGED
@@ -7,6 +7,18 @@
|
|
7
7
|
|
8
8
|
|
9
9
|
```
|
10
|
+
|
11
|
+
!ls '/content/drive/My Drive/'
|
12
|
+
|
13
|
+
0001.txt
|
14
|
+
|
15
|
+
0002.txt
|
16
|
+
|
17
|
+
0003.txt
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
|
10
22
|
|
11
23
|
hogehoge = '/content/drive/My Drive/'
|
12
24
|
|