hey guys i have a
vb.net application in which he user has to select a file from his machine in order to do some specific work... lets say the path for this file is
C:\Documents and Settings\Administrator\Desktop\Dump\Database1.dump
i want to return
C:\Documents and Settings\Administrator\Desktop\Dump
how can i do that?
thanks in advance