pathType 簡單類型
定義定義檔案路徑之字串的最小和最大字元數。 路徑不能是空字串,而且必須小於 260 個字元。
<xs:simpleType name="pathType">
<xs:restriction
base="nonEmptyString"
>
<xs:maxLength
value="260"
/>
</xs:restriction>
</xs:simpleType>
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 |
Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 |
Windows Server 2008 [僅限傳統型應用程式] |