BASE_NAME(2) SYSTEM CALLS BASE_NAME(2)
NAME
base_name - "gets the base name of an object
SYNOPSIS
string base_name(object obj);
DESCRIPTION
Returns the file name of a particular object, minus the
"#123" (or other numeric suffix). For example, if the file
name of obj is "/user#1081", base_name(obj) will return
"/user". Used in creating directories and files for saving
objects.
AUTHOR
Ichabod@TMI, 1/21/93
MudOS Release 0.9 Last change: 3-19-93