|
-
Aug 16th, 2000, 05:31 PM
#1
Thread Starter
Lively Member
Does anyone know how to get the size of a file on a server using WinInet api? I think it is something like FtpGetFileSize but I don't know the syntax.
-
Aug 17th, 2000, 07:13 AM
#2
Fanatic Member
I don't know if it was you but someone asked this b4. and i think it would be something like:
Code:
Text1.Text = FileLen(Inet1.OpenURL("http:\\www.something.com\file.exe", icString))
I THINK you would use FileLen.
Hope that helps,
D!m
-
Aug 17th, 2000, 08:06 AM
#3
Thread Starter
Lively Member
file size
I am trying not to use the Inet control because I want to use all WinInet Api and I know there is a way to get the file size by using this. Any insight would be appreciated.
-
Aug 19th, 2000, 02:31 AM
#4
Fanatic Member
See if this site helps you.
Gl,
D!m
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|