ShellBrowser Delphi Components Documentation
|
Ensure that all directories in the given path exist.
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.