hennep
Programmer
- Dec 10, 2000
- 429
I often use notepad to open an url. For instance when a page is redirected and I want to see the html code.
When you type an url in the file open dialog the operating system will do all the neccesary things to open and read the file.
Today I tried to do the same thing in one of my programs but with no result. I tried the open, fopen, FileOpen and OpenFile api's/functions and all of these failed.
I would like to open a file directly from the url without building the whole ftp client.
Does anybody know how to get this to work?
When you type an url in the file open dialog the operating system will do all the neccesary things to open and read the file.
Today I tried to do the same thing in one of my programs but with no result. I tried the open, fopen, FileOpen and OpenFile api's/functions and all of these failed.
I would like to open a file directly from the url without building the whole ftp client.
Does anybody know how to get this to work?