acl  3.5.3.0
acl_process.h 文件参考
+ 此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

函数

ACL_API const char * acl_process_path (void)
 
ACL_API const char * acl_getcwd (void)
 

函数说明

◆ acl_getcwd()

ACL_API const char* acl_getcwd ( void  )

程序运行过程中获得其运行路径

返回
{const char*} NULL: 无法获得; != NULL: 返回值即为程序的运行路径

◆ acl_process_path()

ACL_API const char* acl_process_path ( void  )

程序运行过程中获得可执行程序存储于文件系统中的全路径

返回
{const char*} NULL: 无法获得; != NULL: 返回值即是程序在 文件系统上的存储全路径