Take Command / TCC Help v. 13.03

@GETFOLDER

Hide Navigation Pane

@GETFOLDER

Previous topic Next topic No directory for this topic No expanding text in this topic  

@GETFOLDER

Previous topic Next topic Topic directory requires JavaScript JavaScript is required for expanding text JavaScript is required for the print function Mail us feedback on this topic!  

Comments (...)

@GETFOLDER[startdir[,title]] : Returns a folder selected from a tree view of available symbolic folders. If you don't specify a start folder, @GETFOLDER starts at My Computer or the equivalent symbolic folder in your  Windows configuration.

 

The optional second argument sets the text to display above the tree view.

 

Examples:

 

echo %@getfolder[]

echo %@getfolder["Control Panel"]

 

Note: @GETFOLDER deals with folders. All directories are folders, but not all folders are directories. To select a directory, see @GETDIR.

 

 

Comments (...)