Getting .fmx file properties
Hi,
I need to get the last modification date and time of the .fmx file that I'm executing, so I'm wondering if there's any function or procedure that already exists and I can use. It can be done using a Host command to deliver a dir command to the OS, writing the results to a file and getting the information using the Text_IO built-in package, but I'm trying to find a better (and natural) way to get this done.
Using Forms 6i Patch 18 (6.0.8.27.0) / Win32 / RDBMS 10gR2 (10.2.0.4.0).
Expect to hear from you soon... thanks !
X.
I need to get the last modification date and time of the .fmx file that I'm executing, so I'm wondering if there's any function or procedure that already exists and I can use. It can be done using a Host command to deliver a dir command to the OS, writing the results to a file and getting the information using the Text_IO built-in package, but I'm trying to find a better (and natural) way to get this done.
Using Forms 6i Patch 18 (6.0.8.27.0) / Win32 / RDBMS 10gR2 (10.2.0.4.0).
Expect to hear from you soon... thanks !
X.
0