CaptureFile(String,String) Method
In This Topic
Captures a file on disk and stores it in the job history.
Syntax
'Declaration
Public Overloads Shared Sub CaptureFile( _
ByVal As String, _
Optional ByVal As String _
)
public static void CaptureFile(
string ,
string
)
public:
static void CaptureFile(
String^ ,
String^
)
Parameters
- fileName
- The path/name of an existing file.
- newFileName
- The name that the file should use after it is captured. Specify
null or empty string to use the original name.
See Also