/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */

/*
  $Header: /var/lib/cvsd/repos/CSRG/43BSD/contrib/B/src/bint/b3fil.h,v 1.1.1.1 2018/04/24 16:12:54 root Exp $
*/

/* File accessing */

bool ws_writable();		/* enquire if write permission in workspace */
unsigned f_size();		/* size of a file */
bool f_exists();		/* enquire if a file exists */
value f_save();			/* temporarily copy a file to somewhere safe */
#ifndef INTEGRATION
bool f_interactive();		/* enquire if a file is the keyboard/screen */
#endif
value new_fname();		/* devise a filename for a unit or target */

extern value file_names;	/* list of file names */

/* Procedure f_edit(); */	/* call the editor for a file */
/* Procedure f_rename(); */	/* rename a file */
/* Procedure f_delete(); */	/* delete a file */
