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.
こんにちはすべて私は上の画像に表示されている条件を持っているswtでアプリケーションを開発しています。
利用可能なフォルダのリストを左側のボックスに表示したいのですが、そこからユーザーが右側のボックスで選択でき、同様に右側のボックスから削除できます。
しかし、コンピュータのフォルダ構造全体をボックスに表示する方法はありますか。
はいの場合、どうすればこれを達成できますか?ありがとう
FileDialogを使用できますが、あなたの場合は適用されません。したがって、Fileクラスのlistdir()メソッドを使用して、ファイルを動的にリストする必要があります。