In Configuration Manager 2007, The FolderPathType simple type is a local file system path to a folder.

This type can contain environment variables.

<xs:simpleType name="FolderPathType">
	<xs:restriction
		base="string"
	>
		<xs:minLength
			value="3"
		 />
	</xs:restriction>
</xs:simpleType>

See Also


Send comments about this topic to Microsoft.