GetPath() static public method

static public GetPath ( ) : string
return string
Example #1
0
 static public string SelectFile()
 {
     return(SelectFile(Program.GetPath(), "All files (*.*)|*.*"));
 }
Example #2
0
 static public string SelectFile(string filter)
 {
     return(SelectFile(Program.GetPath(), filter));
 }
Example #3
0
 static public string SelectFolder()
 {
     return(SelectFolder(Program.GetPath()));
 }