Adobe
9A0-127 · Question #72
Given the following statement: <cffile action="write" output="#cfcData#" file="#filename#/> Which value for the variable filename writes the cfcData to a file named data.txt in RAM?
The correct answer is B. ram://data.txt. See the full explanation below for the reasoning.
Question
Given the following statement:
<cffile action="write" output="#cfcData#" file="#filename#/> Which value for the variable filename writes the cfcData to a file named data.txt in RAM?
Options
- Aram:\data.txt
- Bram://data.txt
- Cmemory/data.txt
- D/ram/data.txt
How the community answered
(30 responses)- A7% (2)
- B77% (23)
- C13% (4)
- D3% (1)
Community Discussion
No community discussion yet for this question.