DATA_FILE(2)              SYSTEM CALLS               DATA_FILE(2)
NAME
     data_file - "returns a path name for an object
SYNOPSIS
     string data_file(object obj);
DESCRIPTION
     Returns an almost complete pathname for a file in which  obj
     may  be  stored.  ("Almost complete" means it lacks the ".o"
     suffix at the  end.)   For  example,  assuming  DATA_DIR  is
     defined   to   be   "/data",   and   obj  refers  to  object
     "/user#1081", whose uid is "Ichabod", then
          data_file(obj) will return "/data/user/ichabod".
SEE ALSO
     data_dir, base_name, /adm/simul_efun/data.c, /std/save.c
AUTHOR
     Ichabod@TMI, 1/27/93
MudOS Release 0.9         Last change:                   3-19-93