This method deletes a file from the package.
boolean DeleteFile(string path)
| Parameter | Description |
|---|---|
| path | relative file path |
| immediate | if set to true the package file will be saved immediately, otherwise it will be saved at a later time |
Returns true if successful, otherwise false is returned.
Changes will not be made to the package file until the next Flush is called or the package is closed.