Windows shell routines to work with folder and disk.
The Windows Shell user interface exposes its functionality through a variety of functions exported from the SHELL32.DLL library. This module makes it easy to use this functionality in your applications.
|
Procedure Name
|
Type
|
Description
|
|
(Declarations)
|
Declarations
|
Declarations and private variables for the modShellFileDisk module
|
|
AddToRecentDocs
|
Procedure
|
Adds a file to the 'Documents' submenu on the Windows Start menu
|
|
ClearRecentDocs
|
Procedure
|
Clears the list of recently-opened documents from the Windows Start menu
|
|
GetShellAppdataLocation
|
Procedure
|
Returns the path of the user's "Appdata" folder
|
|
GetShellCommonDesktopDirectoryLocation
|
Procedure
|
Returns the path of the user's "CommonDesktopDirectory" folder
|
|
GetShellCommonProgramsLocation
|
Procedure
|
Returns the path of the user's "CommonPrograms" folder
|
|
GetShellCommonStartMenuLocation
|
Procedure
|
Returns the path of the user's "CommonStartMenu" folder
|
|
GetShellCommonStartupLocation
|
Procedure
|
Returns the path of the user's "CommonStartup" folder
|
|
GetShellDesktopDirectoryLocation
|
Procedure
|
Returns the path of the user's "DesktopDirectory" folder
|
|
GetShellDesktopLocation
|
Procedure
|
Returns the path of the user's "Desktop" folder
|
|
GetShellFavoritesLocation
|
Procedure
|
Returns the path of the user's "Favorites" folder
|
|
GetShellFontsLocation
|
Procedure
|
Returns the path of the user's "Fonts" folder
|
|
GetShellPersonalLocation
|
Procedure
|
Returns the path of the user's "Personal" folder
|
|
GetShellProgramsLocation
|
Procedure
|
Returns the path of the user's "Programs" folder
|
|
GetShellRecentLocation
|
Procedure
|
Returns the path of the user's "Recent" folder
|
|
GetShellSendToLocation
|
Procedure
|
Returns the path of the user's "SendTo" folder
|
|
GetShellStartMenuLocation
|
Procedure
|
Returns the path of the user's "StartMenu" folder
|
|
GetShellStartupLocation
|
Procedure
|
Returns the path of the user's "Startup" folder
|
|
GetShellTemplatesLocation
|
Procedure
|
Returns the path of the user's "Templates" folder
|
|
ShellCopyFile
|
Procedure
|
Copies a file or files to a single destination
|
|
ShellFormatDisk
|
Procedure
|
Shows the Windows shell format disk dialog
|
|
ShellRecycleFile
|
Procedure
|
Sends the specified file or files to the Windows recycle bin
|