Is there any ruby class / method where I could pass "a full path" e.g. home/me/a_file.txt to identify whether it is a valid file path?
Thanks in advance.
|
|
Check out Pathname and in particular Pathname#exist?. Edit: File and its FileTest module are perhaps simpler / more direct, but I find |
|||
|
|
|
|||||
|