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.
私は.Netの初心者で、.Net Webページのフォルダーに存在するファイルの名前をリストする必要があるという要件があります。どうすればいいのですか?助けて、私を導いてください
string path = Server.MapPath("~/folder/"); string[] files = Directory.GetFiles(path);