Locked folders

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?TWFjaw==?=

    #1

    Locked folders

    I have created some folders and some files using VB.net 2003 and I want to
    delete everything after I have finished but I can't deleat the folders
    because there is a .lck file in each one.

    Thanks in advance for any help.

    Malcolm
  • Newbie Coder

    #2
    Re: Locked folders

    Do you mean you have a database open within these folders?

    What type of files were created within them?

    --
    Newbie Coder
    (It's just a name)


    Comment

    • Larry Linson

      #3
      Re: Locked folders

      fuck dotnet it doesn't work right anywhere

      and the framework is not on any machines

      -Larry

      Comment

      • Larry Linson

        #4
        Re: Locked folders

        anything that prohibits you from deleting files or folders when you
        have permissions is MALWARE by definition


        uninstall DOTNET _CRAP_

        Comment

        • C-Services Holland b.v.

          #5
          Re: Locked folders

          Larry Linson schreef:
          anything that prohibits you from deleting files or folders when you
          have permissions is MALWARE by definition
          >
          >
          uninstall DOTNET _CRAP_
          >
          It has nothing to do with .NET, you just can't delete non-empty folders.


          --
          Rinze van Huizen
          C-Services Holland b.v

          Comment

          • Larry Linson

            #6
            Re: Locked folders

            sorry dog

            I can delete non-empty folders


            RIGHT CLICK DELETE



            On Feb 13, 4:49 am, "C-Services Holland b.v."
            <cshNOSPAMPLE.. .@csh4u.nlwrote :
            Larry Linson schreef:
            >
            anything that prohibits you from deleting files or folders when you
            have permissions is MALWARE by definition
            >
            uninstall DOTNET _CRAP_
            >
            It has nothing to do with .NET, you just can't delete non-empty folders.
            >
            --
            Rinze van Huizen
            C-Services Holland b.v

            Comment

            • =?Utf-8?B?TWFjaw==?=

              #7
              Re: Locked folders

              Hi Thanks for the reply. It is not a database the files are created to
              resolve linked paths then once the files are resolved they are relocated and
              everything deleted. The problem is the lock files prevent me deleting the
              folders all the files are deleted OK. Closing the program deletes the lock
              files and i can manually delete the folders.
              I need to delete the folders while the program is running.

              "Newbie Coder" wrote:
              Do you mean you have a database open within these folders?
              >
              What type of files were created within them?
              >
              --
              Newbie Coder
              (It's just a name)
              >
              >
              >

              Comment

              • C-Services Holland b.v.

                #8
                Re: Locked folders

                Larry Linson schreef:
                sorry dog
                >
                I can delete non-empty folders
                >
                >
                RIGHT CLICK DELETE
                >
                >
                >
                Yes pooch, in explorer, because explorer does recursive delete. Try
                deleting a non empty folder in VB6, you can't.


                --
                Rinze van Huizen
                C-Services Holland b.v

                Comment

                • Branco Medeiros

                  #9
                  Re: Locked folders

                  Mack wrote:
                  Hi Thanks for the reply. It is not a database the files are created to
                  resolve linked paths then once the files are resolved they are relocated and
                  everything deleted. The problem is the lock files prevent me deleting the
                  folders all the files are deleted OK. Closing the program deletes the lock
                  files and i can manually delete the folders.
                  I need to delete the folders while the program is running.
                  Then I guess you'll have to provide more information on how you're
                  creating those folders, and to which code you're passing them... It
                  seems it's a specific issue of the actual code you're using.

                  Regards,

                  Branco.

                  Comment

                  Working...