Various ‘macOS’-oriented Tools and Utilities
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

23 lines
500 B

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/mdls.R
\name{mdls}
\alias{mdls}
\title{Return a data frame of macOS Spotlight Metadata Attributes for the specified paths}
\usage{
mdls(paths)
}
\arguments{
\item{paths}{paths to files}
}
\description{
Return a data frame of macOS Spotlight Metadata Attributes for the specified paths
}
\examples{
mdls(
list.files(
pathj = file.path(find.package("mactheknife")),
recursive = TRUE,
full.names = TRUE
)
)
}