tests/readWindowsShellLink.R

library("R.utils")


pathname <- system.file("data-ex/HISTORY.LNK", package="R.utils")
lnk <- readWindowsShellLink(pathname)
str(lnk)
str(lnk$pathname)

lnk0 <- readWindowsShortcut(pathname)
str(lnk0$pathname)
HenrikBengtsson/R.utils documentation built on March 7, 2024, 9:37 a.m.