locked file

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

    #1

    locked file


    i have a code that backsup file from src to dest.
    Now if some of the files are locked , i need to skip those files..
    I was trying to use fctl module but it can be used only in unix i
    suppose.

    is there anyother way? i am using windows os.

  • Simon Forman

    #2
    Re: locked file

    Kirt wrote:
    i have a code that backsup file from src to dest.
    Now if some of the files are locked , i need to skip those files..
    I was trying to use fctl module but it can be used only in unix i
    suppose.
    >
    is there anyother way? i am using windows os.
    What does locked mean in this case? No read permissions? In use by
    another program?

    I haven't used windows in a long time, and I wasn't aware that one
    could lock files in it.

    Peace,
    ~Simon

    Comment

    • Kirt

      #3
      Re: locked file

      By locked files i mean Outlook PST file while Outlook has it open

      Simon Forman wrote:
      Kirt wrote:
      i have a code that backsup file from src to dest.
      Now if some of the files are locked , i need to skip those files..
      I was trying to use fctl module but it can be used only in unix i
      suppose.

      is there anyother way? i am using windows os.
      >
      What does locked mean in this case? No read permissions? In use by
      another program?
      >
      I haven't used windows in a long time, and I wasn't aware that one
      could lock files in it.
      >
      Peace,
      ~Simon

      Comment

      • Simon Forman

        #4
        Re: locked file


        Kirt wrote:
        By locked files i mean Outlook PST file while Outlook has it open
        >
        Simon Forman wrote:
        Kirt wrote:
        i have a code that backsup file from src to dest.
        Now if some of the files are locked , i need to skip those files..
        I was trying to use fctl module but it can be used only in unix i
        suppose.
        >
        is there anyother way? i am using windows os.
        What does locked mean in this case? No read permissions? In use by
        another program?

        I haven't used windows in a long time, and I wasn't aware that one
        could lock files in it.

        Peace,
        ~Simon
        So what happens when you try to back that up while outlook is messing
        with it? What are you doing to back it up? Copying?

        If all you want to do is skip it... can't you try to copy it and then
        when that doesn't work just skip it?

        Comment

        Working...