File.doesexist Bug!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Solmos
    New Member
    • Aug 2006
    • 355

    File.doesexist Bug!

    The file.doesexiste NOt detect de system files..

    And file.getcrc not detect system files!!!

    And file.getsize not detect system files!!!



    Y needed get to size of hiberfil.sys (hibernate option)...

    any syggestion?

    thx!
  • Solmos
    New Member
    • Aug 2006
    • 355

    #2

    Comment

    • Solmos
      New Member
      • Aug 2006
      • 355

      #3
      Heeeeeeeeeeellllllllllllllllllllppppppppppppppppp

      Comment

      • Teqskater
        Forum Member
        • Apr 2007
        • 175

        #4
        By bumping like that you wont get faster support. please wait till someone with more knowledge than me can help you.

        Comment

        • Worm
          Indigo Rose Customer
          • Jul 2002
          • 3967

          #5
          This is from SetupFactory... but same concept.

          Comment

          • Solmos
            New Member
            • Aug 2006
            • 355

            #6
            VERY THANKS WORM!!!!!!!!!!!!!!

            this works perfect!!!

            other question please

            Clear clipboard its posible?

            if use clipboarsettext("")... the clipboard no its cleaned...

            thx in advance

            Comment

            • Worm
              Indigo Rose Customer
              • Jul 2002
              • 3967

              #7
              Try this.
              Code:
              nResult = DLL.CallFunction(_SystemFolder.."\\User32.dll", "OpenClipboard", Application.GetWndHandle(), DLL_RETURN_TYPE_INTEGER, DLL_CALL_STDCALL);
              nResult = DLL.CallFunction(_SystemFolder.."\\User32.dll", "EmptyClipboard", "", DLL_RETURN_TYPE_INTEGER, DLL_CALL_STDCALL);
              nResult = DLL.CallFunction(_SystemFolder.."\\User32.dll", "CloseClipboard", "", DLL_RETURN_TYPE_INTEGER, DLL_CALL_STDCALL);

              Comment

              • Solmos
                New Member
                • Aug 2006
                • 355

                #8
                PERFECT!!

                Very thanks!!

                Comment

                • Worm
                  Indigo Rose Customer
                  • Jul 2002
                  • 3967

                  #9
                  You're welcome :yes

                  Comment

                  • srussell
                    Indigo Rose Customer
                    • Sep 2005
                    • 77

                    #10
                    Originally posted by Worm View Post
                    Try this.
                    Code:
                    nResult = DLL.CallFunction(_SystemFolder.."\\User32.dll", "OpenClipboard", Application.GetWndHandle(), DLL_RETURN_TYPE_INTEGER, DLL_CALL_STDCALL);
                    nResult = DLL.CallFunction(_SystemFolder.."\\User32.dll", "EmptyClipboard", "", DLL_RETURN_TYPE_INTEGER, DLL_CALL_STDCALL);
                    nResult = DLL.CallFunction(_SystemFolder.."\\User32.dll", "CloseClipboard", "", DLL_RETURN_TYPE_INTEGER, DLL_CALL_STDCALL);
                    Worm,

                    These are very useful. I haven't used the user32.dll too much... any documentation on other available functions, like clipboard?

                    Comment

                    • Worm
                      Indigo Rose Customer
                      • Jul 2002
                      • 3967

                      #11

                      Comment

                      • Solmos
                        New Member
                        • Aug 2006
                        • 355

                        #12
                        Hi Worm

                        Please, other question

                        It's possible get ti FileDescription or File.roganization?

                        For example: Eset smat security

                        "C:\Program Files\ESET\ESET Smart Security\egui.exe"

                        Return description: Eset GUI

                        Return organization: ESET

                        and ifti's posible returns more informations: internal name, versions, etc

                        VERY THANKS!

                        Comment

                        • Worm
                          Indigo Rose Customer
                          • Jul 2002
                          • 3967

                          #13
                          File.GetVersionInfo()

                          Comment

                          • Solmos
                            New Member
                            • Aug 2006
                            • 355

                            #14



                            Thanks, forgives that I have noticed that was in the help files ...

                            Previously had looked and did not see it

                            Thanks

                            Comment

                            • Solmos
                              New Member
                              • Aug 2006
                              • 355

                              #15
                              Hi Worm

                              Sorry the last question

                              How to delete this tipe os registry entries?

                              HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\ LEGACY_XXX

                              This is very necesary for my app.

                              VERY VERY THANKS!!!!!!

                              Comment

                              Working...
                              X