EkramulHuq
Programmer
Hello,
I want to read file size from xml of a file. How can I do it?
For example:
<file>
<name>a.txt</name>
<path> \\srv_name\folder </path>
<size> &filesize; bytes </size>
</file>
the "filesize" should have size of a file from a specified path. How can i read the file size at runtime from XML??
* can I use Perl in XML to do it?? if yes, how?
Regards,
EH
I want to read file size from xml of a file. How can I do it?
For example:
<file>
<name>a.txt</name>
<path> \\srv_name\folder </path>
<size> &filesize; bytes </size>
</file>
the "filesize" should have size of a file from a specified path. How can i read the file size at runtime from XML??
* can I use Perl in XML to do it?? if yes, how?
Regards,
EH