關于在命令行參數中文件路徑有空格的問題
可以使用以下方法來解決文件路徑中有空格的問題
CCommandLineInfo cmdInfo;
CString cmdLineStr = GetCommandLine();
獲取整個命令行, 然后人工的對這個命令行字符串進行解析..
posted on 2008-02-28 11:34 郭天文 閱讀(3536) 評論(1) 編輯 收藏 引用 所屬分類: Windows Mobile
隨筆 - 2, 文章 - 73, 評論 - 60, 引用 - 0
|
關于在命令行參數中文件路徑有空格的問題可以使用以下方法來解決文件路徑中有空格的問題 CString cmdLineStr = GetCommandLine(); posted on 2008-02-28 11:34 郭天文 閱讀(3536) 評論(1) 編輯 收藏 引用 所屬分類: Windows Mobile
|
||||||||||||||||||||||