ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
JamForceDirectories Function

Ensure that all directories in the given path exist.

Syntax
Pascal
function JamForceDirectories(Dir: UnicodeString): Boolean;
Parameters 
Description 
Dir: UnicodeString 
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.

Copyright (c) 2011. All rights reserved.