mdls: Return a data frame of macOS Spotlight Metadata Attributes...

Description Usage Arguments Examples

View source: R/mdls.R

Description

Return a data frame of macOS Spotlight Metadata Attributes for the specified paths

Usage

1
mdls(paths)

Arguments

paths

paths to files

Examples

1
2
3
4
5
6
7
mdls(
  list.files(
    pathj = file.path(find.package("mactheknife")),
    recursive = TRUE,
    full.names = TRUE
  )
)

hrbrmstr/mactheknife documentation built on Feb. 17, 2020, 7:09 p.m.