代码搜索:PATH
找到约 10,000 项符合「PATH」的源代码
代码结果 10,000
www.eeworm.com/read/180606/9300583
ini config.ini
[Position]
top=0
left=0
width=800
height=600
[Config]
ToolBar=true
SampleBox=True
[Files]
file1=
Path1=
file2=
Path2=
file3=
Path3=
file4=
Path4=
file5=
Path5=
file6=
Path6=
www.eeworm.com/read/180601/9300823
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
www.eeworm.com/read/180601/9300835
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 = "FILE
www.eeworm.com/read/180601/9300912
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/180601/9300918
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/180601/9301491
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 de
www.eeworm.com/read/180422/9308589
frm frmmain1.frm
VERSION 5.00
Begin VB.Form frmMain1
Caption = "真功夫进销存学习系统(初级)"
ClientHeight = 7350
ClientLeft = 1140
ClientTop = 1905
ClientWidth = 9870
L