Tests out what the files would be renamed to without processing photos.

Namespace:  HS.Sys.TheEnterprise.Common.Laserbear
Assembly:  Laserbear (in Laserbear.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public void WritePhotoRenameList(
	string sourceDir,
	string outputFile
)
Visual Basic (Declaration)
Public Sub WritePhotoRenameList ( _
	sourceDir As String, _
	outputFile As String _
)
Visual C++
public:
void WritePhotoRenameList(
	String^ sourceDir, 
	String^ outputFile
)

Parameters

sourceDir
Type: System..::.String
Directory containing the photos to "process"
outputFile
Type: System..::.String
Output text file

See Also