AlignmentManager.SaveFileName Property
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.
File to save to and load from.
public string SaveFileName { get; set; }
member this.SaveFileName : string with get, set
Public Property SaveFileName As String
Property Value
Remarks
May optionally contain subpath. For optimal portability, use forward slashes, e.g. "myPath/myFile.myExt". May NOT be an absolute path (e.g. "/myPath.txt" or "c:/myPath.txt" are NOT allowed and will be ignored.) Application can check validity of path using static AlignmentManager.IsValidSavePath(string). Defaults to "Persistence/Alignment.fwb".