Difference between revisions of "$sdir"

From Scriptwiki
Jump to: navigation, search
 
m (Typo)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
Displays a dialog for selecting directories
 
Displays a dialog for selecting directories
 
  $sdir(starting dir [,title])
 
  $sdir(starting dir [,title])
* Starting Dir is the the initially selected directory.
+
* Starting Dir is the initially selected directory.
 
* Title is the title of the dialog and is optional
 
* Title is the title of the dialog and is optional
 
* Returns: Full path to the selected directory
 
* Returns: Full path to the selected directory
  
 
==See Also==
 
==See Also==
[[$msfile]][[$sfile]]
+
[[$msfile]] [[$sfile]]
  
 
[[Category:File and Directory Identifiers]]
 
[[Category:File and Directory Identifiers]]

Latest revision as of 21:32, 11 May 2008

Displays a dialog for selecting directories

$sdir(starting dir [,title])
  • Starting Dir is the initially selected directory.
  • Title is the title of the dialog and is optional
  • Returns: Full path to the selected directory

See Also

$msfile $sfile