file.swap {nat.utils}R Documentation

Swap names of two files (by renaming first to a temporary file)

Description

Swap names of two files (by renaming first to a temporary file)

Usage

file.swap(f1, f2)

Arguments

f1, f2

Paths to files

Value

logical indicating success

Author(s)

jefferis

See Also

file.rename


[Package nat.utils version 0.6.1 Index]