标签: c# wpf xaml path
我想获取应用程序文件夹中图像文件夹中的图像列表。以下代码将返回Mypicture文件夹中的图像。
string[] files = System.IO.Directory.GetFiles(Environment.GetFolderPath(Environment.SpecialFolder.MyPictures));
格塔
答案 0 :(得分:1)
AppDomain.CurrentDomain.BaseDirectory