Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Haskellでディスクドライブを一覧表示するにはどうすればよいですか? Windows ではディスク ドライブ文字を取得し、Linux では "/" のみを取得したいと考えています。出来ますか?どこにも見つかりませんでした。
可能な 26 個のドライブ文字をすべて列挙し、doesDirectoryExistfromを使用してそれらが存在するかどうかを確認してみてSystem.Directoryください。私はそれがうまくいくと信じています...
doesDirectoryExist
System.Directory