代码搜索:GETDIR
找到约 143 项符合「GETDIR」的源代码
代码结果 143
www.eeworm.com/read/302870/13825969
obj getdir.obj
www.eeworm.com/read/401599/11554872
mmp getdir.mmp
// GetDir.mmp
//
// Copyright (c) 2005 CCNIIT. All rights reserved.
// using relative paths for source and userinclude directories
TARGET GetDir.exe
TARGETTYPE exe
UID 0
www.eeworm.com/read/401599/11554874
cpp getdir.cpp
// GetDir.cpp
//
// Copyright (c) 2005 Neusoft Institute of Information Technology.Chengdu
// All rights reserved.
// written by hewei
//
// version 1.0
//Date: 2005-10-31
// This pr
www.eeworm.com/read/347029/11704856
dlg getdir.dlg
//---------------------------------------------------------------------------
// GetDir.dlg : WizZip Get Reference Directory dialog procedure.
//
// Copyright (c) Microsoft Corporation, 1990-
// T
www.eeworm.com/read/347029/11705176
c getdir.c
/*
Copyright (C) 1996 Mike White
Permission is granted to any individual or institution to use, copy, or
redistribute this software so long as all of the original files are included,
that it is no
www.eeworm.com/read/256129/12023869
cpp getdir.cpp
#include
#include
#include
#include
#include
#include
void main()
{
char PATHNAME[100];
if(getcwd(PATHNAME,100)==NULL)
{
print
www.eeworm.com/read/256129/12023872
exe getdir.exe
www.eeworm.com/read/256129/12023875
obj getdir.obj
www.eeworm.com/read/255969/12043330
cpp getdir.cpp
#include
#include
#include
#include
#include
#include
void main()
{
char PATHNAME[100];
if(getcwd(PATHNAME,100)==NULL)
{
print
www.eeworm.com/read/255969/12043335