read_dsstore: Read a '.DS_Store' from a file/URL

Description Usage Arguments Value References Examples

View source: R/read-dsstore.R

Description

Read a .DS_Store from a file/URL

Usage

1

Arguments

path

a path to a valid .DS_Store file (path.expand() will be called) or a link to an http[s] reachable .DS_Store file. If a URL, download.file() will be used to retrieve the remote .DS_Store file (to reduce package dependencies).

Value

a character vector of filenames in the .DS_Store file or a length 0 character vector if no parseable data was found

References

A thin wrapper around the 'Python' 'dsstore' module https://github.com/gehaxelt/Python-dsstore by 'Sebastian Neef'.

Examples

1
read_dsstore(system.file("extdat", "DS_Store.ctf", package = "mactheknife"))

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