P
Paulers
hello.
how do I get the file's parent directory name out of a path like this?
c:\test\myDirectory\file.txt
Im looking to extract the "Directory" from the path so I can create
myDirectory in another directory and copy the files.
what I am really trying to accomplish is to move the parent directory
and all it's files to another directory but I can not get a
Directory.Move to work so I am attempting to do it manually.
any help is greatly appreciated.
how do I get the file's parent directory name out of a path like this?
c:\test\myDirectory\file.txt
Im looking to extract the "Directory" from the path so I can create
myDirectory in another directory and copy the files.
what I am really trying to accomplish is to move the parent directory
and all it's files to another directory but I can not get a
Directory.Move to work so I am attempting to do it manually.
any help is greatly appreciated.