<file or directory control node>

WARNING: this control class implemented in XIJvControls unit.

This class of control nodes is defined for handling only one parameter — initialdir, which is used in the filenameedit and directoryedit control nodes.

Parameters:

Parameter Description Default value
name inherited parameter
default inherited parameter
caption inherited parameter
minwidth inherited parameter
maxwidth inherited parameter
labelpos inherited parameter
initialdir The initial directory for the control, that the control's selection dialog is initially opened in. It can contain the following macros:
  • %MYDOCUMENTS% - the "My Documents" folder (the folder for the current user);
  • %CDOCUMENTS% - the "Shared Documents" folder (the common folder for all users);
  • %MYPICTURES% - the "My Pictures" folder (the folder for the current user);
  • %CPICTURES% - the "Shared Pictures" folder (the common folder for all users);
  • %MYVIDEO% - the "My Videos" folder (the folder for the current user);
  • %CVIDEO% - the "Shared Video" folder (the common folder for all users);
  • %MYMUSIC% - the "My Music" folder (the folder for current user);
  • %CMUSIC% - the "Shared Music" folder (the common folder for all users);
  • %DESKTOP% - the desktop folder for the current user;
  • %CDESKTOP - the common desktop folder for all users;
  • %SYSTEM% - the system folder (i.e. "C:\WINDOWS\System32" on Windows XP);
  • %WINDOWS% - the Windows folder (i.e. "C:\WINDOWS");
  • %PROGRAMS% - the Program Files folder (i.e. "C:\Program Files");
  • %APPDATA% - the Application Data folder for the current user;
  • %CAPPDATA% - the common Application Data folder for all users;
 

Note that for this control class directory macros can be used as part of default parameter too.

 

The CHM file was converted to HTML by chm2web software.