Interact with the local file system

From Starfish ETL
Revision as of 17:56, 8 September 2015 by Jkuehlthau (talk | contribs)
Jump to navigation Jump to search

Check if a file exists

Sub VBScriptProcedure
	If Not FileExists(AttachmentPath & "@@ORG:FILENAME@@") Then 
		GotoNextRow
	End If
End Sub