noreset_locker {mrgsim.parallel}R Documentation

Prohibit a locker space from being reset

Description

This function removes the the hidden locker file which designates a directory as a locker. Once the locker is modified this way, it cannot be reset again by calling setup_locker() or new_stream().

Usage

noreset_locker(where)

Arguments

where

The locker location.

Value

A logical value indicating if write ability was successfully revoked.

See Also

setup_locker(), reset_locker(), version_locker()


[Package mrgsim.parallel version 0.2.1 Index]