blob: e0a0019a70275767caf2ec45c4d43d3a1db498a3 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
2 string make_path_absolute(string str)
3
4DESCRIPTION
5 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''.
8
9SEE ALSO
10 ed(E), valid_write(M)