HP3000-L Archives

August 2002, Week 2

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Patrick Mullen <[log in to unmask]>
Reply To:
Patrick Mullen <[log in to unmask]>
Date:
Tue, 13 Aug 2002 10:43:54 -0600
Content-Type:
text/plain
Parts/Attachments:
text/plain (24 lines)
peter,

>===========
>fprintf(stderr, ">>> \n");
>system("pwd");
>file="/DEV/DEV/PETERS/TGAFORMS/FORMS1/FRED";
>if(access(file, 0) < 0)
>        fprintf(stderr, "%s does not exist\n", file);
>else
>        fprintf(stderr, " %s does exist\n", file);
>
>file="TGAFORMS/FORMS1/FRED";

i suppose you could also use the 'current directory' syntax:

file="./FRED";

try that..

patrick

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2