I have a string in the following format

strData = "h:\Folder Name1\FolderName2 Comment About Something"

I would like to split the h:\Folder Name1\FolderName2" from the
"Comment About Something"

Len(strData) >=3

i would like to split strData into strPath and strComment

any help would be greatly appreciated

db