AddName Method

Object List Next Object

Defined By:
PathString

Allows you to append or prepend a directory or file to the Path list.

Declaration:

Function AddName (ByVal name As String, ByVal prepend As Boolean) As Long

Details:

Depending on the value in the second argument prepend, the name string is added to either the front (prepend = 0) of the Path or to the end (prepend = -1).