R/rm.ext.R
rm.ext.Rd
Removes file extension (and path) from string
rm.ext(x)
A character vector representing a file with extension
The file name with extension and file path stripped off
rm.ext("C:/path/file.txt") #> [1] "file"