ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamSelectionList.TJamSelectionList.ForceDirectories

Ensure that all directories in the given path exist.

Syntax
Pascal
class function ForceDirectories(pFullPath: String): Boolean;
Parameters 
Description 
pFullPath: String 
The full path to a directory 

Boolean: True if the operation was successful; False otherwise.

This function does the same as Delphi's ForceDirectories, but it is aware of WOW64 file system redirection.