74 lines
2.6 KiB
Plaintext
74 lines
2.6 KiB
Plaintext
[
|
|
{"type":"Name","value":"DriveInfo"},
|
|
{"type":"NameAttribute","value":"[]"},
|
|
{"type":"Text","value":" "},
|
|
{"type":"Name","value":"drives"},
|
|
{"type":"Text","value":" "},
|
|
{"type":"Punctuation","value":"="},
|
|
{"type":"Text","value":" "},
|
|
{"type":"NameClass","value":"DriveInfo"},
|
|
{"type":"Punctuation","value":"."},
|
|
{"type":"Name","value":"GetDrives"},
|
|
{"type":"Punctuation","value":"();"},
|
|
{"type":"Text","value":"\n"},
|
|
{"type":"Keyword","value":"foreach"},
|
|
{"type":"Text","value":" "},
|
|
{"type":"Punctuation","value":"("},
|
|
{"type":"Name","value":"DriveInfo"},
|
|
{"type":"Text","value":" "},
|
|
{"type":"Name","value":"drive"},
|
|
{"type":"Text","value":" "},
|
|
{"type":"Keyword","value":"in"},
|
|
{"type":"Text","value":" "},
|
|
{"type":"Name","value":"drives"},
|
|
{"type":"Punctuation","value":")"},
|
|
{"type":"Text","value":"\n"},
|
|
{"type":"Punctuation","value":"{"},
|
|
{"type":"Text","value":"\n "},
|
|
{"type":"Name","value":"IEnumerable"},
|
|
{"type":"Punctuation","value":"\u003c"},
|
|
{"type":"KeywordType","value":"string"},
|
|
{"type":"Punctuation","value":"\u003e"},
|
|
{"type":"Text","value":" "},
|
|
{"type":"Name","value":"driveFolders"},
|
|
{"type":"Text","value":" "},
|
|
{"type":"Punctuation","value":"="},
|
|
{"type":"Text","value":"\n "},
|
|
{"type":"NameClass","value":"Directory"},
|
|
{"type":"Punctuation","value":"."},
|
|
{"type":"Name","value":"EnumerateDirectories"},
|
|
{"type":"Punctuation","value":"("},
|
|
{"type":"NameClass","value":"drive"},
|
|
{"type":"Punctuation","value":"."},
|
|
{"type":"NameClass","value":"RootDirectory"},
|
|
{"type":"Punctuation","value":"."},
|
|
{"type":"Name","value":"ToString"},
|
|
{"type":"Punctuation","value":"());"},
|
|
{"type":"Text","value":"\n\n "},
|
|
{"type":"Keyword","value":"foreach"},
|
|
{"type":"Text","value":" "},
|
|
{"type":"Punctuation","value":"("},
|
|
{"type":"KeywordType","value":"string"},
|
|
{"type":"Text","value":" "},
|
|
{"type":"Name","value":"dir"},
|
|
{"type":"Text","value":" "},
|
|
{"type":"Keyword","value":"in"},
|
|
{"type":"Text","value":" "},
|
|
{"type":"Name","value":"driveFolders"},
|
|
{"type":"Punctuation","value":")"},
|
|
{"type":"Text","value":"\n "},
|
|
{"type":"Punctuation","value":"{"},
|
|
{"type":"Text","value":"\n "},
|
|
{"type":"NameClass","value":"Console"},
|
|
{"type":"Punctuation","value":"."},
|
|
{"type":"Name","value":"WriteLine"},
|
|
{"type":"Punctuation","value":"("},
|
|
{"type":"Name","value":"dir"},
|
|
{"type":"Punctuation","value":");"},
|
|
{"type":"Text","value":"\n "},
|
|
{"type":"Punctuation","value":"}"},
|
|
{"type":"Text","value":"\n"},
|
|
{"type":"Punctuation","value":"}"},
|
|
{"type":"Text","value":"\n"}
|
|
]
|