view nt/inc/sys/file.h @ 15134:cc3c8961d60a

(F_OK, X_OK, W_OK, R_OK): New macros.
author Geoff Voelker <voelker@cs.washington.edu>
date Fri, 03 May 1996 18:23:44 +0000
parents 1877e9736ea1
children 841b8916e3b2
line wrap: on
line source

/*
 * sys\file.h doesn't exist on NT - only needed for these constants
 */

#define F_OK 0
#define X_OK 1
#define W_OK 2
#define R_OK 4