# Get the root directory that contains files added through spark.addFile.

Get the root directory that contains files added through spark.addFile.

## Usage

``` r
spark.getSparkFilesRootDirectory()
```

## Value

the root directory that contains files added through spark.addFile

## Note

spark.getSparkFilesRootDirectory since 2.1.0

## Examples

``` r
if (FALSE) { # \dontrun{
spark.getSparkFilesRootDirectory()
} # }
```
