Digital的Unix操作系统VAX 4.2源码

源代码在线查看: rename.3f

软件大小: 51179 K
上传用户: zhuying0000
关键词: Digital Unix 4.2 VAX
下载地址: 免注册下载 普通下载 VIP

相关代码

				.\" SCCSID: @(#)rename.3f	8.1	9/11/90				.TH rename 3f VAX "" Unsupported				.SH Name				rename \- rename a file				.SH Syntax				.B integer function rename (from, to)				.br				.B character*(*) from, to				.SH Description				.NXR "rename subroutine (FORTRAN)"				.NXR "file" "renaming"				The 				.PN rename				subroutine 				renames a file.				The				.I from				argument must be the pathname of an existing file, and				.I to				will become the new pathname for the file.				If				.I to				exists, then both				.I from				and				.I to				must be the same type of file, and must reside on the same filesystem.				If				.I to				exists, it will be removed first.				.SH Restrictions				Pathnames can be no longer than MAXPATHLEN as defined in				.				.SH Return Values				The returned value will be 0 if successful  				and a system error code otherwise.				.SH Files				.ie \nM /usr/ucb/lib/libU77.a				.el /usr/lib/libU77.a				.SH See Also				rename(2), perror(3f)							

相关资源