Remote Accessing Computer files?

Hello i know this Question been asked a thousand times over. But i wanted to ask my self.

Set aside the Processor Speed or Sketch space that is available. Is it possible to Access the files from The PC though the Arduino to the Browser page.?

I know some kind of Application is needed for the interface. but would it be possible to something like this?

An Arduino program cannot access any files on a PC. All it can do is send data to and receive data from a program running on the PC. The capabilities of the PC program are entirely a matter for its author.

...R

If you serve the files on the PC up over HTTP, then your Arduino could access them with a wifi or 3G shield.