'Declaration
Public Sub CaptureFile( _ ByVal fileName As String, _ ByVal displayName As String _ )
public void CaptureFile( string fileName, string displayName )
public: void CaptureFile( String^ fileName, String^ displayName )
Parameters
- fileName
- The path/name of an existing file.
- displayName
- The name that the file should use after it is captured. Specify null or empty string to use the original name.