nerdexam
Adobe

9A0-127 · Question #69

What is the correct syntax for creating a new directory named subfolder under the directory containing the currently executing code?

The correct answer is B. <cfdirectory action="create" directory="#expandpath('subfolder')#">. See the full explanation below for the reasoning.

Question

What is the correct syntax for creating a new directory named subfolder under the directory containing the currently executing code?

Options

  • A<cfdirectory action="new" directory="#expandpath('subfolder')# ">
  • B<cfdirectory action="create" directory="#expandpath('subfolder')#">
  • C<cfdirectory action="new" directory="subfolder">
  • D<cfdirectory action="create" directory="subfolder">

How the community answered

(31 responses)
  • A
    10% (3)
  • B
    71% (22)
  • C
    16% (5)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full 9A0-127 Practice