openwd: Open a finder window with current working directory in MacOS...

View source: R/openwd.R

openwdR Documentation

Open a finder window with current working directory in MacOS X and windows

Description

This function opens a finder window with directory files in MacOS X. It has not been fully tested in Windows. In linux, it just returns the list of files in directory.
By defaut, it uses the current working directory.

Usage

openwd(directory = getwd())

Arguments

directory

The directory you want to open

Details

openwd will open a finder window with current working directory

Value

A vector with the list of files.

Author(s)

Marc Girondot marc.girondot@gmail.com

Examples

## Not run: 
openwd()

## End(Not run)

HelpersMG documentation built on Oct. 5, 2023, 5:08 p.m.