G
Grok
Would someone point me to the VB.NET replacement for the BuildPath
member of the FileSystemObject?
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(dirPath, filename)
member of the FileSystemObject?
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(dirPath, filename)