Learn R Programming

do (version 1.9.0.0)

file.name: Extract file name

Description

Extract file name

Usage

file.name(...)

Arguments

...

one or more file path

Value

file names

Examples

Run this code
# NOT RUN {
file.name('f:/dir/1.txt')
file.name('f:/dir/1.txt', 'f:/dir/1.txt')
file.name('f:/dir/1.txt', 'f:/dir/1.txt', 'f:/dir/')
# }

Run the code above in your browser using DataLab