Question
New to CF... just a few questions...
I am a php/MySQL coder, but have a projected I was hired for
that requires CF for certain elements, including an FTP system.
Therefore, I had a few basic questions since I have zero CF
experience. Small code examples are greatly appreciated!
(1) Is there a simple way to output server configurations (like phpinfo() with php)?
(2) What file extensions are parsed by coldfusion by default? (like, in php, I can parse .php, .php4, .php5 by default)
(3) I am looking for a small snippet of code that will output the root directories subdir and files, like so::
Root Directory
--------Somefile1.jpg
--------Somefile2.php
--------Subdirectory1
----------------Somefile3.php
----------------Somefile4.php
Thanks in advance!
(1) Is there a simple way to output server configurations (like phpinfo() with php)?
(2) What file extensions are parsed by coldfusion by default? (like, in php, I can parse .php, .php4, .php5 by default)
(3) I am looking for a small snippet of code that will output the root directories subdir and files, like so::
Root Directory
--------Somefile1.jpg
--------Somefile2.php
--------Subdirectory1
----------------Somefile3.php
----------------Somefile4.php
Thanks in advance!
