WriteContentsToFile Method
In This Topic
Retrieves the file data from the server and returns it to a local file.
Syntax
'Declaration
Public Sub WriteContentsToFile( _
ByVal As String _
)
public void WriteContentsToFile(
string
)
public:
void WriteContentsToFile(
String^
)
Parameters
- fileName
See Also