代码搜索:GETDIR

找到约 143 项符合「GETDIR」的源代码

代码结果 143
www.eeworm.com/read/116744/14955803

txt ch17l02.txt

Listing 17.2 List all files that have changed since lastVisitTime. GetDir(0, thisDir); ChDir(htdocsDir); iFoundFile := FindFirst(htdocsDirMask, faAnyFile, searchRec); while iFoundFile = 0 do begin
www.eeworm.com/read/494555/6377477

c testload.c

#include #include static void getdir(void) { HKEY key; char buf[256]; DWORD blen, rtype; if (RegOpenKeyEx(HKEY_LOCAL_MACHINE, "SOFTWARE
www.eeworm.com/read/421953/10675190

cpp stdafx.cpp

// stdafx.cpp : source file that includes just the standard includes // GetDir.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h"
www.eeworm.com/read/328691/3440663

java filelist.java

package FileList; import java.io.*; import java.util.*; public class FileList { public List getDir(String strPath) { List filestr=new ArrayList(); File f=new File(strPath); if(f.isDirect
www.eeworm.com/read/328691/3440665

svn-base filelist.java.svn-base

package FileList; import java.io.*; import java.util.*; public class FileList { public List getDir(String strPath) { List filestr=new ArrayList(); File f=new File(strPath); if(f.isDirect
www.eeworm.com/read/392107/2516064

php header.php

www.eeworm.com/read/325531/13198498

h input.h

/* Digger Remastered Copyright (c) Andrew Jenner 1998-2004 */ void detectjoy(void); bool teststart(void); void readdir(int n); Sint4 getdir(int n); void checkkeyb(void); void flushkeybuf(v
www.eeworm.com/read/209211/4984033

c dentry.c

#include "all.h" Dentry* getdir(Iobuf *p, int slot) { Dentry *d; if(!p) return 0; d = (Dentry*)p->iobuf + slot%DIRPERBUF; return d; } void accessdir(Iobuf *p, Dentry *d, int f) { long t; i
www.eeworm.com/read/209211/4986392

c dentry.c

#include "all.h" Dentry* getdir(Iobuf *p, int slot) { Dentry *d; if(!p) return 0; d = (Dentry*)p->iobuf + slot%DIRPERBUF; return d; } void accessdir(Iobuf *p, Dentry *d, int f, int uid) { Ti
www.eeworm.com/read/238743/13327716

txt findfile.txt

Delphi中关于文件、目录操作的函数 //关于文件、目录操作 Chdir('c:\abcdir'); // 转到目录 Mkdir('dirname'); //建立目录 Rmdir('dirname'); //删除目录 GetCurrentDir; //取当前目录名,无'\' Getdir(0,s); //取