MFC 设置当前路径

日期:2011-07-09 11:33:13 人气:1

MFC 设置当前路径

BOOL WINAPI SetCurrentDirectory( __in LPCTSTR lpPathName ); Parameters lpPathName The path to the new current directory. This parameter may specify a relative path or a full path. In either case, the full path of the specified directory
    A+
热门评论