Would someone point me to the VB.NET replacement for the BuildPath
member of the FileSystemObjec t?
I would like to concatenate a path without having to write the mundane
code determining whether the separators "/" are present. BuildPath did
this in the past.
newFullPath = fso.BuildPath(d irPath, filename)
member of the FileSystemObjec t?
I would like to concatenate a path without having to write the mundane
code determining whether the separators "/" are present. BuildPath did
this in the past.
newFullPath = fso.BuildPath(d irPath, filename)
Comment