代码搜索:PATH
找到约 10,000 项符合「PATH」的源代码
代码结果 10,000
www.eeworm.com/read/390226/8475424
~pas unit1.~pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TForm1 = class(TForm)
Label1: TLabel;
Label2:
www.eeworm.com/read/189312/8476106
frm test.frm
VERSION 5.00
Object = "*\AVertMenu.vbp"
Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0"; "RICHTX32.OCX"
Begin VB.Form Form1
Caption = "Vertical Menu Demonstration - View Know
www.eeworm.com/read/189240/8482785
txt 说明.txt
Dim cn As New ADODB.Connection
Dim Cmd As New ADODB.Command
Dim CONSTR As String
CONSTR = "Driver={Microsoft Access Driver (*.mdb)}; DBQ= " & App.Path & "\招聘信息.mdb "
cn.Open CONSTR
S
www.eeworm.com/read/189194/8485824
cc saveloadwindow.cc
//**************************************************************
//* filename: saveloadwindow.cc *
//* *
//***
www.eeworm.com/read/290380/8486192
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/290380/8486211
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/290380/8486269
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/290380/8486272
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/290380/8486917
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