Skip to contents

Give the extension of a file from the path.

Usage

GetFileExtension(path.pth = NULL)

Arguments

path.pth

<character>: the path to the file.

Value

A character string

Details

GetFileExtension

Examples

filePath.pth ="my/path/to/my/file.txt"
GetFileExtension(path.pth=filePath.pth)
#> [1] "txt"