|
|
|
|
|
|
|
||
|
||
|
|
||
May 1999 |
Revision 1.00 |
|
Persistor Instruments Inc. |
© 1998 All rights reserved. |
|
![]()
#define PICO_PATH_MAX 256 // maximum of 255 char in full path (+ \0)
#define PICO_NAME_MAX 13 // maximum of 12 (8.3) char in name (+ \0)
enum
{
dirErrorStart = DIR_ERRORS
, dsdEndOfDir // reached the end of the directory
};
Description
|
Prototype: |
short DIRFindFirst(char *path, struct dirent *dp); |
|
Definition: |
#include <cf1pico.h> |
|
Inputs: |
path XXXXX |
|
Returns: |
XXXXX |
|
Notes: |
XXXXX |
|
Timing: |
TBD |
Description
|
Prototype: |
short DIRFindNext(struct dirent *dp); |
|
Definition: |
#include <cf1pico.h> |
|
Inputs: |
dp XXXXX |
|
Returns: |
XXXXX |
|
Notes: |
XXXXX |
|
Timing: |
TBD |
Description
|
Prototype: |
short DIRFindEnd(struct dirent *dp); |
|
Definition: |
#include <cf1pico.h> |
|
Inputs: |
dp XXXXX |
|
Returns: |
XXXXX |
|
Notes: |
XXXXX |
|
Timing: |
TBD |
Description
|
Prototype: |
bool DIRMatchName(char *filename, char *pattern); |
|
Definition: |
#include <cf1pico.h> |
|
Inputs: |
filename XXXXX |
|
Returns: |
XXXXX |
|
Notes: |
XXXXX |
|
Timing: |
TBD |
Description
|
Prototype: |
bool DIRValidChar(char c, bool dot, bool ambig); |
|
Definition: |
#include <cf1pico.h> |
|
Inputs: |
c XXXXX |
|
Returns: |
XXXXX |
|
Notes: |
XXXXX |
|
Timing: |
TBD |
Description
|
Prototype: |
long DIRFreeSpace(char *drive); |
|
Definition: |
#include <cf1pico.h> |
|
Inputs: |
drive XXXXX |
|
Returns: |
XXXXX |
|
Notes: |
XXXXX |
|
Timing: |
TBD |
Description
|
Prototype: |
long DIRTotalSpace(char *drive); |
|
Definition: |
#include <cf1pico.h> |
|
Inputs: |
drive XXXXX |
|
Returns: |
XXXXX |
|
Notes: |
XXXXX |
|
Timing: |
TBD |
Description
|
Prototype: |
ulong DIRSerialNumber(char *drive); |
|
Definition: |
#include <cf1pico.h> |
|
Inputs: |
drive XXXXX |
|
Returns: |
XXXXX |
|
Notes: |
XXXXX |
|
Timing: |
TBD |
Description
|
Prototype: |
char DIRGetVolumeLabel(char *drive); |
|
Definition: |
#include <cf1pico.h> |
|
Inputs: |
drive XXXXX |
|
Returns: |
XXXXX |
|
Notes: |
XXXXX |
|
Timing: |
TBD |
Description
|
Prototype: |
short DIRSetVolumeLabel(short logdrv, char *label); |
|
Definition: |
#include <cf1pico.h> |
|
Inputs: |
logdrv XXXXX |
|
Returns: |
XXXXX |
|
Notes: |
XXXXX |
|
Timing: |
TBD |
|
|
|
|
|
|
Tel: 508-759-6434 |
|
Fax: 508-759-6436 |
|
|
||