openDir: Open a directory in file browser

Description Usage Arguments Value Note Examples

Description

openDir opens the specified directory in the default file browser. When no directory is specified the current working directory is opened.

Usage

1

Arguments

dir

The absolute or relative path to the directory to be opened

Value

Invisible NULL. The functions puts up a window and returns immediately. The window can be closed via its controls or menus.

Note

This has only been tested on Windows

Examples

1
2
3
4
5
## Not run: 
openDir()
openDir("..")

## End(Not run)

anilchalisey/juggleR documentation built on May 9, 2019, 4 a.m.