c#怎么获取用户选择文件路径

 时间:2026-04-22 03:28:49

1、// 选择文件:

private string SelectPath()

{

    string path = string.Empty;

    var openFileDialog = new Microsoft.Win32.OpenFileDialog()

    {

        Filter = "Files (*.*)|*.*"//如果需要筛选txt文件("Files (*.txt)|*.txt")

    };

    var result = openFileDialog.ShowDialog();

    if (result == true)

    {

        path = openFileDialog.FileName;

    }

    return path

}

// 选择路径

private string SelectPath()

{

    string path = string.Empty;

    System.Windows.Forms.FolderBrowserDialog fbd = new System.Windows.Forms.FolderBrowserDialog();

    if (fbd.ShowDialog() == System.Windows.Forms.DialogResult.OK)

    {

        path = fbd.SelectedPath;

    }

    return path;

}

  • Windows11如何设置当前播放声音的所有设备
  • C# 隐藏、显示Excel工作表、行或列
  • git bash怎样创建版本库?
  • 用C#实现带箭头的直线,可调整箭头的大小
  • C#如何设置启动对象
  • 热门搜索
    吉林农业大学怎么样 拒收的快递怎么处理 怎么吃螃蟹 雪铁龙c6怎么样 澳门大学怎么样 雷诺手表怎么样 壁挂炉怎么取暖使用方法 芭妮兰卸妆膏怎么用 病例怎么写 页码怎么删除