[d9ee58]: / man / makeifnot_dir.Rd

Download this file

23 lines (21 with data), 708 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/basic-utils.R
\name{makeifnot_dir}
\alias{makeifnot_dir}
\title{Create directory if it doesn't already exist, or
issue error if it does exist but the minimum access
requirements are not met, to avoid using directories
created for another purpose.}
\usage{
makeifnot_dir(file_path, min_access)
}
\arguments{
\item{file_path}{Location of directory to check/create}
\item{min_access}{Minimum access permissions ("rwx", "rx" etc.)}
}
\description{
Create directory if it doesn't already exist, or
issue error if it does exist but the minimum access
requirements are not met, to avoid using directories
created for another purpose.
}