R/GetFileExtension.R
GetFileExtension.Rd
Give the extension of a file from the path.
GetFileExtension(path.pth = NULL)
<character>: the path to the file.
A character string
GetFileExtension
filePath.pth ="my/path/to/my/file.txt" GetFileExtension(path.pth=filePath.pth) #> [1] "txt"