Share via


VendOutPaymPrenote_NACHA.validatefFile Method [AX 2012]

Validates that the file exists on the server and the client based on where the class is being executed.

Syntax

public boolean validatefFile(str _fileName, [str _mode])

Run On

Called

Parameters

  • _fileName
    Type: str
    The path and name of the file.
  • _mode
    Type: str
    The mode of opening the file.

Return Value

Type: boolean
true if the file exists; otherwise, false.

See Also

Reference

VendOutPaymPrenote_NACHA Class