1 - Properties
Top
2 - Objects
Top
3 - Methods
Top
3.1 - Save
Saves the FileStream to the specified
path.
- Inputs: string path, bool* overwrite
- Returns: string
- Notes:
- If overwrite is set to true it will overwrite the file if it already exists.
- If overwrite is not specified, it defaults to false; not allowing overwrites.
=
=