Answers for "get file name from the path in rails"

2

ruby filename from path

path = "/path/to/file.ext"

File.basename(path) # 'file.ext'
Posted by: Guest on August-31-2020

Code answers related to "get file name from the path in rails"

Browse Popular Code Answers by Language