FILENAME.H
资源名称:ertos.rar [点击查看]
上传用户:sunrenlu
上传日期:2022-06-13
资源大小:1419k
文件大小:1k
源码类别:
操作系统开发
开发平台:
DOS
- //----------------------------------------------------------------------
- // FileGetPath - copies a file's path (but not file name) to a new location
- void FileGetPath( char *filename, char *buffer );
- //----------------------------------------------------------------------
- // FileGetName - copies a file's name (discarding path) and ext to new location
- void FileGetName( char *filename, char *buffer );
- //----------------------------------------------------------------------
- // FileGetExt - returns pointer to extension within this filename
- // - if no extension, returns pointer to "