restricting deletion on local drives

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • sumit

    restricting deletion on local drives

    i am trying to restrict deletion on local hard drives i have expertise
    in c, c++, and delphi if the solution can be found on any of the above
    languages plz inform me.
  • Pete

    #2
    Re: restricting deletion on local drives

    sumit wrote:[color=blue]
    > i am trying to restrict deletion on local hard drives i have expertise
    > in c, c++, and delphi if the solution can be found on any of the above
    > languages plz inform me.[/color]

    C and Delphi are completly OT here.
    Also, C++ has no concept of "drives", or "deletion", so please ask in a
    group dedicated to your platform.

    Please read the FAQ before posting again:
    http://www.parashift.com/c++-faq-lite/).


    - Pete


    Comment

    • Pete

      #3
      Re: restricting deletion on local drives

      sumit wrote:[color=blue]
      > i am trying to restrict deletion on local hard drives i have expertise
      > in c, c++, and delphi if the solution can be found on any of the above
      > languages plz inform me.[/color]

      C and Delphi are completly OT here.
      Also, C++ has no concept of "drives", or "deletion", so please ask in a
      group dedicated to your platform.

      Please read the FAQ before posting again:
      http://www.parashift.com/c++-faq-lite/).


      - Pete


      Comment

      • Kevin Goodsell

        #4
        Re: restricting deletion on local drives

        Pete wrote:
        [color=blue]
        > sumit wrote:
        >[color=green]
        >>i am trying to restrict deletion on local hard drives i have expertise
        >>in c, c++, and delphi if the solution can be found on any of the above
        >>languages plz inform me.[/color]
        >
        >
        > C and Delphi are completly OT here.
        > Also, C++ has no concept of "drives", or "deletion",[/color]

        Well, it does have the remove(const char *) function for deleting a file.

        But there is no reasonable, topical answer to the OP's question.

        -Kevin
        --
        My email address is valid, but changes periodically.
        To contact me please use the address from a recent posting.

        Comment

        • Kevin Goodsell

          #5
          Re: restricting deletion on local drives

          Pete wrote:
          [color=blue]
          > sumit wrote:
          >[color=green]
          >>i am trying to restrict deletion on local hard drives i have expertise
          >>in c, c++, and delphi if the solution can be found on any of the above
          >>languages plz inform me.[/color]
          >
          >
          > C and Delphi are completly OT here.
          > Also, C++ has no concept of "drives", or "deletion",[/color]

          Well, it does have the remove(const char *) function for deleting a file.

          But there is no reasonable, topical answer to the OP's question.

          -Kevin
          --
          My email address is valid, but changes periodically.
          To contact me please use the address from a recent posting.

          Comment

          • Pete

            #6
            Re: restricting deletion on local drives

            Kevin Goodsell wrote:
            <snip>[color=blue]
            >
            > Well, it does have the remove(const char *) function for deleting a
            > file.[/color]

            Wow, I was able to miss that and use platform specific removal functions for
            quite a while! :S

            - Pete
            [color=blue]
            >[/color]
            <snip>


            Comment

            • Pete

              #7
              Re: restricting deletion on local drives

              Kevin Goodsell wrote:
              <snip>[color=blue]
              >
              > Well, it does have the remove(const char *) function for deleting a
              > file.[/color]

              Wow, I was able to miss that and use platform specific removal functions for
              quite a while! :S

              - Pete
              [color=blue]
              >[/color]
              <snip>


              Comment

              Working...