MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | SYNOPSIS |
2 | string make_path_absolute(string str) | ||||
3 | |||||
4 | DESCRIPTION | ||||
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 | |||||
9 | SEE ALSO | ||||
10 | ed(E), valid_write(M) |