Use this function to get the extension 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 extension component of that file name.
MYEXT = FileExt("d:\mypath\myfile.ext")
In this example MYEXT would contain:
".ext"
© Copyright 2015, Oracle and/or its affiliates. All rights reserved. Legal notices.