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)- A10% (3)
- B71% (22)
- C16% (5)
- D3% (1)
Community Discussion
No community discussion yet for this question.