GetFileExt (Dundas Upload Control 2.0)

Dundas

GetFileExt (Dundas Upload Control 2.0)

Overview | Properties | Methods

Call this method to extract the file extension from a fully specified path.

Syntax

UploadObject.GetFileExt(Path As String) As String

The GetFileExt method syntax has the following part(s):

Part

Description

Path

Full path and filename with a file extension.

Remarks

This method simply truncates and returns the extension from a fully specfied path. Note that this method does not check for the existence of the directory nor the file.

An exception IS NOT RAISED if the specified file in the pathname does not exist.

See Also: GetFileDirName | GetFileName