CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 2002
    Location
    germany
    Posts
    112

    size of an open file

    hey, is there a chance to get the size of an open file, that is opended by another program, or is it necessary to wait until it is closed, thanks

  2. #2
    Join Date
    Oct 2003
    Posts
    8

    Re: size of an open file

    Quote Originally Posted by fleck
    hey, is there a chance to get the size of an open file, that is opended by another program, or is it necessary to wait until it is closed, thanks
    I've this question too...

  3. #3
    Join Date
    Oct 2003
    Location
    Romania
    Posts
    127

    Re: size of an open file

    Try GetFileAttributesEx API function.

  4. #4
    GCDEF is offline Elite Member Power Poster
    Join Date
    Nov 2003
    Location
    Florida
    Posts
    12,637

    Re: size of an open file

    CFile::GetStatus also.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured