系统相关
首页 > 系统相关> > windows标准函数连接路径

windows标准函数连接路径

作者:互联网

将合法路径连接

可以直接使用windows的函数,其实很多时候windows已经写好了函数只不过是大家不知道而已

LPSTR PathCombineA(
  [out]          LPSTR  pszDest,//用于接取路径
  [in, optional] LPCSTR pszDir,//路径【前】
  [in]           LPCSTR pszFile//路径【后】
);

标签:函数,windows,路径,LPCSTR,LPSTR,连接
来源: https://www.cnblogs.com/MingGang/p/16401122.html