AlignmentManager.IsValidSavePath(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
檢查儲存/載入路徑的有效性。 任何未通過此測試的路徑都會被忽略,而不會發生錯誤。
public static bool IsValidSavePath (string filePath);
static member IsValidSavePath : string -> bool
Public Shared Function IsValidSavePath (filePath As String) As Boolean
參數
傳回
如果有效的路徑,則為 True。
適用於