Public Function NameAsBackup( _
    ByVal vFromFileName As Variant _
    ) As Boolean    StringToFile("First.", "Debug.Out") = True
    ' Next call renames Debug.Out to Debug.Ou-
    NameAsBackup("Debug.Out") = True
    FileToString("Debug.Ou-") = "First."See also:     NameBackupTarget Function
    NameMaybeBackupInTemp FunctionvFromFileName: Name of the file that is to be renamed. The file is renamed by changing the last character of its name to a hyphen. Function returns False if vFromFileName is Null or cannot be fixed-up to a String. Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.