Get the base of the filename base without extension
Source:R/get_file_base_sans_ext.R
get_file_base_sans_ext.Rd
The path need not to actually exist
Examples
check_empty_beautier_folder()
# Path need not exist, use UNIX path as example
# test
get_file_base_sans_ext("/home/homer/test.txt")
#> [1] "test"
check_empty_beautier_folder()