当前位置:  开发笔记 > 运维 > 正文

Linux中的_splitpath

如何解决《Linux中的_splitpath》经验,为你挑选了1个好方法。

是否有Linux等效的Win32 API _splitpath函数?
细节:

void _splitpath (
   const char *path,  // Path Input
   char *drive,       // Drive     : Output
   char *dir,         // Directory : Output
   char *fname,       // Filename  : Output
   char *ext          // Extension : Output
);

它将完整路径作为输入,并将驱动器,目录,文件名和扩展名作为输出.



1> vartec..:

dirname()basename()

推荐阅读
云聪京初瑞子_617
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有