AlignmentManager.IsValidSavePath(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Check validity of a save/load path. Any path not passing this test will be ignored without error.
public static bool IsValidSavePath (string filePath);
static member IsValidSavePath : string -> bool
Public Shared Function IsValidSavePath (filePath As String) As Boolean
Parameters
- filePath
- String
The path to test.
Returns
True if a valid path.