
GetShortenedFileName – Make a filename shorter using ellipses
‘ return a file path not longer than the number of character’ specified in the 2nd argument” If necessary, it replaces directory names with ellipsises” Author: Fred Block’ CuzWare Systems’ E-mail: [email protected]’ Web Site: http://www.cuzware.comFunction GetShortenedFileName(ByVal strFilePath As String, _ ByVal maxLength As Long) As String Dim astrTemp() As String