blob: 6093b1a4272254bd4e4244818ad98c74d7edd9af [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
Zesstra7ea4a032019-11-26 20:11:40 +01002 string make_path_absolute(string str)
MG Mud User88f12472016-06-24 23:31:02 +02003
4DESCRIPTION
Zesstra7ea4a032019-11-26 20:11:40 +01005 Absolutize a relative filename str given to the editor. Should
6 return the full pathname of the file to use. Any non-string
7 result will act as "bad file name".
MG Mud User88f12472016-06-24 23:31:02 +02008
9SEE ALSO
Zesstra7ea4a032019-11-26 20:11:40 +010010 ed(E), valid_write(M)