Discuss this help topic in SecureBlackbox Forum

TElDirInfo.SaveToFile

TElDirInfo     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Saves this directory profile to a file.

Declaration

[C#]
    void SaveToFile(string FileName);

[VB.NET]
    Sub SaveToFile(ByVal FileName As String)

[Pascal]
    procedure SaveToFile(const FileName : string);

[C++]
    void SaveToFile(const std::string &FileName);

[PHP]
    void SaveToFile(string $FileName)

[Java]
    void saveToFile(String FileName);

Parameters

  • FileName - the name of the file where the directory profile should be saved.

Description

    Use this method to save this directory profile to a file.

See also:     SaveToStream    

Discuss this help topic in SecureBlackbox Forum