DataFileManager.GetFile Method

public DataFile GetFile( 
string name
FileMode mode = FileMode.OpenOrCreate, 
string path = null, 
string host = null, 
int port = -1, 
string login = null, 
string pass = null 
)
This language is not supported or no code example is available.
public:  
DataFile^ GetFile( 
String^ name
FileMode mode
String^ path
String^ host
int port
String^ login
String^ pass 
)
This language is not supported or no code example is available.
public function GetFile( 
name : String
mode : FileMode
path : String
host : String
port : int
login : String
pass : String 
) : DataFile;
This language is not supported or no code example is available.

Parameters

name
string

mode
FileMode

path
string

host
string

port
int

login
string

pass
string

Return Value

DataFile

In this article

Definition