Search:

Type: Posts; User: Falcon21; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    8,084

    I found a fix to my own problem :P After I...

    I found a fix to my own problem :P
    After I "kill" the file, I use a do while loop...

    Do While Dir$(path of the file inside the folder) = vbNullString
    RmDir (folder path)
    Exit Do
    Loop
    ...
  2. Replies
    5
    Views
    8,084

    Opps. I forgot to say that I have set the...

    Opps. I forgot to say that I have set the attributes of the file to Read-only, and the folder to all 4 attributes using setattr. Then when I want to remove the file and the folder, I first use...
  3. Replies
    5
    Views
    8,084

    A VB6 problem and strange thing

    Hello, I am using WinXP Home. I am creating an application in VB6 and this is my problem:

    There is an sample folder with a file that I created.
    Let it be C:\folder\file.txt

    Then I run the...
Results 1 to 3 of 3