aux_fileparts function

Writes a formatted string to a text file

aux_fileparts(filename.with.path)

Arguments

filename.with.path

path to file

Examples

aux_fileparts("/path/to/file.csv")
#> $pathname
#> [1] "/path/to"
#> 
#> $filename
#> [1] "file"
#> 
#> $fileext
#> [1] ".csv"
#>