GetFileDirName (Dundas Upload Control 2.0)
Overview | Properties | Methods
Call this method to extract the directory name from a fully specified path.
Syntax
UploadObject.GetFileDirName(Path As String) As String
The GetFileDirName method syntax has the following part(s):
Part |
Description |
Path |
Full path and filename. |
Remarks
This method truncates the filename from a fully specified pathname. Note that this method does not check for the existence of the specified directory or file.
An exception IS NOT RAISED if the specified file in the pathname does not exist.
See Also: GetFileExt | GetFileName