Public Function KillIgnoreErrors( _ ByVal vFileName As Variant _ ) As Boolean
StringToFile("Marker.", "Debug.Tmp") = True ' Next call deletes Debug.Tmp KillIgnoreErrors("Debug.Tmp") = True ' Next call does nothing. KillIgnoreErrors("Debug.Tmp") = TrueSee also:
FileExists Function Kill Statement (Visual Basic)vFileName: Name of the file to be deleted. Function returns False if vFileName is Null or cannot be fixed-up to a String.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.