openwd {HelpersMG} | R 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)
[Package HelpersMG version 6.1 Index]