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.
私の週はループですが、今日の目的のためにループが必要です。親ディレクトリ内のすべてのフォルダ名を変数にループする方法を知っている人はいますか?
vb.netを使用してこれを行う必要があります
Dim folders As String() = IO.Directory.GetDirectories("c:\your\starting\directory\") For Each folder As String In folders 'do something Next