代码搜索:PATH
找到约 10,000 项符合「PATH」的源代码
代码结果 10,000
www.eeworm.com/read/101411/15834830
bas module1.bas
Attribute VB_Name = "Module1"
Declare Function GetDiskFreeSpace Lib "kernel32" Alias "GetDiskFreeSpaceA" (ByVal lpRootPathName As String, lpSectorsPerCluster As Long, lpBytesPerSector As Long, lpNumb
www.eeworm.com/read/101118/15852357
h astarpathfinder.h
//------------------------------------------------------------------------------
// PROJECT: The A* Pathfinder base Class
// FILE: ASTARPATHFINDER.H
// OVERVIEW:
// -Pretty good working Astar
www.eeworm.com/read/100920/15860264
h regmon.h
BOOL LoadDeviceDriver( const char * Name, const char * Path, HANDLE * lphDevice );
BOOL UnloadDeviceDriver( const char * Name );
www.eeworm.com/read/100594/15870067
h search.h
/***********************************************************************/
/* */
/* MODULE : Search
www.eeworm.com/read/100350/15876352
c fileops.c
/*
* fileops.c -- file operations for UNIX versions of translators.
*/
/*
* UnixOpenLibFile () - Open a library file. Looks in the following
* directories:
* - Looks in current directory.
* - i
www.eeworm.com/read/100216/15880146
pas syscfg.pas
unit SysCfg;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Spin, StdCtrls, Buttons,FileCtrl;
type
TSysCfgDlg = class(TForm)
btnOk: TBi
www.eeworm.com/read/100149/15882221
c qdos.c
/*---------------------------------------------------------------------------
qdos.c
QDOS-specific routines for use with Info-ZIP's UnZip 5.3 and later.
Contains: Qstrfix()
QFil
www.eeworm.com/read/100149/15882256
c flexos.c
/*---------------------------------------------------------------------------
flexos.c
FlexOS-specific routines for use with Info-ZIP's UnZip 5.2 and later.
Based upon the MSDOS version of th
www.eeworm.com/read/100140/15882852
pas vfiles.pas
unit VFiles;
{$O+,F+,S-,X+}
interface
uses TDos;
function VOpen(var Path: PathStr; Mode: Word): Integer;
procedure VClose(H: Integer);
function VRead(H: Integer; var Buf; Count: Intege