CryptoSys API Library Manual

Wipe.File Method

Securely wipe and delete a file.

Syntax

[C#]
public static bool File(
	string fileName,
	Wipe.Options opts
)
[VB.NET]
Public Shared Function File ( _
	fileName As String, _
	opts As Wipe.Options _
) As Boolean

Parameters

fileName
Name of file to be wiped
opts
Type: Wipe.Options
Options (optional) Default is DOD 7-pass.

Return Value

true if successful; false if fails

See Also

VB6/C equivalent: WIPE_File

[Contents] [Index]

[PREV: Wipe.Data Method...]   [Contents]   [Index]   
   [NEXT: Wipe.String Method...]

Copyright © 2001-24 D.I. Management Services Pty Ltd. All rights reserved. Generated 2024-01-07T07:42:00Z.