Default to user home directory for import/export.
This commit is contained in:
parent
6ddc58eb9c
commit
52e89dd71a
@ -11,7 +11,7 @@ namespace Novell.CASA.GUI
|
||||
/// </summary>
|
||||
public class FileChooser
|
||||
{
|
||||
private string m_currentDirectory = "c:/";
|
||||
private string m_currentDirectory;
|
||||
private string m_hintFile = null;
|
||||
private string m_sFileSelected = null;
|
||||
private bool m_bFileChoosing = true;
|
||||
@ -47,7 +47,7 @@ namespace Novell.CASA.GUI
|
||||
//
|
||||
// TODO: Add constructor logic here
|
||||
//
|
||||
|
||||
m_currentDirectory = Common.GetUserHomeDir();
|
||||
}
|
||||
|
||||
public string GetFile(string sHintDir, string sHintFile)
|
||||
|
Loading…
Reference in New Issue
Block a user