jmofthenorth
Technical User
Hi,
I'd like to prompt the user to select a directory to save a file into. I think that I can use the SaveFileDialog to do this, but how do I set it up so that only the directory is selected (ie. I don't have to bother about file types etc.) Anyhow, my C# book says it's possible, but doesn't say how.
I'd like to prompt the user to select a directory to save a file into. I think that I can use the SaveFileDialog to do this, but how do I set it up so that only the directory is selected (ie. I don't have to bother about file types etc.) Anyhow, my C# book says it's possible, but doesn't say how.