'DeclarationPublic Sub Import( _ ByVal FileName As System.String _ )
public void Import( System.string FileName )
Parameters
- FileName
The name of the file to write.
This is passed unmodified to the operating system, and it is therefore the container�s responsibility to ensure either that the current directory is set correctly, or that a fully qualified filename is provided.