代码搜索:PATH
找到约 10,000 项符合「PATH」的源代码
代码结果 10,000
www.eeworm.com/read/162078/10337848
c srch_env.c
#include
#include
void main(int argc, char *argv[])
{
char path[128];
_searchenv(argv[1], "LIB", path);
if (path[0])
printf("Pathname: %s\n", path);
www.eeworm.com/read/162078/10338007
c srchpath.c
#include
#include
void main(int argc, char *argv[])
{
char *path;
if (path = searchpath(argv[1]))
printf("Pathname: %s\n", path);
else
printf("File n
www.eeworm.com/read/162078/10338108
c split.c
#include
#include
#include
void main(void)
{
char *path_1 = "C:\\SUBDIR\\FILENAME.EXT";
char *path_2 = "SUBDIR\\FILENAME.EXT";
char *path_3 = "FI
www.eeworm.com/read/162078/10339795
c creattmp.c
#include
#include
#include
void main(void)
{
char path[64] = "C:\\TEMP\\";
int handle;
if ((handle = creattemp(path, 0)) == -1)
printf("Error cr
www.eeworm.com/read/162078/10341487
c showpath.c
#include
#include
void main(void)
{
char *entry;
entry = getenv("PATH");
if (*entry)
printf("PATH=%s\n", entry);
else
printf("PATH is not def
www.eeworm.com/read/162016/10345475
txt 回复问:怎么得到cwinapp的运行路径?.txt
作者:城市劣人
email: wuhj@telekbird.com.cn
日期:8/17/2001 5:29:48 PM
搞定了,谢谢
::GetModuleFileName(NULL,path.GetBuffer(1000),1000);
www.eeworm.com/read/280060/10357725
h dir.h
/* dir.h
Defines structures, macros, and functions for dealing with
directories and pathnames.
Copyright (c) 1987, 1992 by Borland International
All Rights Reserved.
*/
#i
www.eeworm.com/read/280060/10357760
h process.h
/* process.h
Symbols and structures for process management.
Copyright (c) 1987, 1992 by Borland International
All Rights Reserved.
*/
#if !defined(__PROCESS_H)
#define __PROCE