An example/more info if it's helpful:
A user has a file with a known name, say "stooges.txt". This file is sitting in a precisely known location, say "C:\Info\". Say I want to change the filename to "3_stooges.txt"
In this example, I'd like (and this may not be possible) to generate an HTML page that would include a button to rename C:\Info\stooges.txt to C:\Info\3_stooges.txt
Generating an HTML document is not the problem - I can do that and embed the desired file names and location. My question is, is there even some kind of HTML document I can build in the first place that will allow a file to be renamed by having a user click on a button under these circumstances?
Maybe I could do this in Java. But then, in this situation Internet Explorer is what I'm forced to deal with, and I'm not sure that means "real" Java is an option.