Use this function to get the name component of a file name.
| 
                         Parameter  | 
                    
                         Description  | 
                
| 
                         FullFileName  | 
                    
                         Enter a string that contains a fully qualified file name, such as: "d:\mypath\myfile.ext"  | 
                
The system returns a string that contains the name component of that file name.
MYNAME = FileName("d:\mypath\myfile.ext")
In this example, MYNAME would contain:
"myfile"
© Copyright 2016, Oracle and/or its affiliates. All rights reserved. Legal Notices