System.IO.Directory.GetCurrentDirectory

swagatika

New member
Joined
Feb 22, 2008
Messages
3
Programming Experience
1-3
I m using "System.IO.Directory.GetCurrentDirectory" built-in fxn to get the the current working directory. But if a folder name contains space then it is breaking the directory path into two separate lines. Can you please tell how to use this function without breaking the directory path.
Also let me know if i can do the same with any other fxn.


Thanks
 
You're mistaken, GetCurrentDirectory doesn't linebreak spaces in the string.
 
Back
Top