MultiStreamPath.Delete

MultiStreamPath.Delete method

Deletes a file pointed to by this path.

public override void Delete()

Exceptions

exceptioncondition
InvalidOperationExceptionThe argument points to a directory instead of a file.

Remarks

No exception is thrown if the file doesn’t exist.

See Also