Hi
Is it possible to do basic file system access within HTML?
I want to be able to do the following tasks to a known full path and
filename
Delete (with warning prompt if possible)
Open
Open containing folder
Get the files properties
The html documents is a local html file generated by a script that searches
for certain files based on a file pattern (*.tmp, *.bak, *.wbk etc) and
builds a html documents which I would like to use as a front end to managing
the files it has reported on. The html document will not be running on a
web server, only on a network drive.
Thanks
Is it possible to do basic file system access within HTML?
I want to be able to do the following tasks to a known full path and
filename
Delete (with warning prompt if possible)
Open
Open containing folder
Get the files properties
The html documents is a local html file generated by a script that searches
for certain files based on a file pattern (*.tmp, *.bak, *.wbk etc) and
builds a html documents which I would like to use as a front end to managing
the files it has reported on. The html document will not be running on a
web server, only on a network drive.
Thanks
Comment