AlignmentManager.SaveFileName Property

Definition

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".

Applies to