  | ExtensionsDirectoryInfoToDirectoryInfo Method  | 
  
    Namespace: 
   Cauldron
    Assembly:
   Cauldron (in Cauldron.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
Exceptions| Exception | Condition | 
|---|
| ArgumentNullException | path is null. | 
| SecurityException | The caller does not have the required permission. | 
| ArgumentException | path contains invalid characters such as ", <, >, or |.
             | 
| PathTooLongException | 
            The specified path, file name, or both exceed the system-defined maximum length. For
            example, on Windows-based platforms, paths must be less than 248 characters, and file
            names must be less than 260 characters. The specified path, file name, or both are too long.
             | 
See Also