isFileFormat syntax
Posted: Wed Jul 08, 2015 10:47 pm
Can someone clue me in on the syntax to use with the isFileFormat method? I'm trying to construct an if...else that only looks at PDFs.
if the file is a PDF {
grab some information about that file
}
if the file is a PDF {
grab some information about that file
}