MsoPathFormat Enumeration
Specifies the format of a file or folder path.
| Name | Value | Description |
|---|---|---|
| msoPathType1 | 1 | Represents the Type1 format. |
| msoPathType2 | 2 | Represents the Type2 format. |
| msoPathType3 | 3 | Represents the Type3 format. |
| msoPathType4 | 4 | Represents the Type4 format. |
| msoPathType5 | 5 | Represents the Type5 format. |
| msoPathType6 | 6 | Represents the Type6 format. |
| msoPathType7 | 7 | Represents the Type7 format. |
| msoPathType8 | 8 | Represents the Type8 format. |
| msoPathType9 | 9 | Represents the Type9 format. |
| msoPathTypeMixed | -2 | Represents a mixed format. |
| msoPathTypeNone | 0 | Represents no format. |