Herlp, i cant delete 2 files i create

For everything that's not in any way related to PureBasic. General chat etc...
ricardo
Addict
Addict
Posts: 2438
Joined: Fri Apr 25, 2003 7:06 pm
Location: Argentina

Herlp, i cant delete 2 files i create

Post by ricardo »

Hi

This same thing happend once to me in the past.
The other day, doing some tests, i create 2 files using PB and now i cant delete it, no matter i restart or do anything.

Files are 0 bytes size and name are "Copia de generaKey.exe " and "Copia de generaKey.exe " and are on my desktop. Its dosent shows like an executable but like an unkown file (i mean dont have any icon).

If i try to read the content of my desktop using PB i find them but if try to delete i get 0 as return.

If i try to manually delete it or change the name i get some promt telling my like those file dont exists!!

If i try to open it to read it in notepad i get that files dont exist!

If i try to create a file with those name i get a new but different file (that shows an icon like an exe).

What can i do?

Any help are welcome.

(Using XP SP2)
ricardo
Addict
Addict
Posts: 2438
Joined: Fri Apr 25, 2003 7:06 pm
Location: Argentina

Post by ricardo »

I think that files have a larger name that i cant see and THATS WHY i cant delete it.

I think this because once, trying to see how FolderLock works i find that they put some starneg characters in the name of the folder to hide... maybe the files has a bigger name and onbly finding how to get those bigger names i will be able to find them and delete them.

But using explorer or reading foleer content from PB gives me the same name i write here.
Matt
Enthusiast
Enthusiast
Posts: 447
Joined: Sat May 21, 2005 1:08 am
Location: USA

Post by Matt »

Are any applications using them?
Do you have a program like Unlocker?
http://ccollomb.free.fr/unlocker/

But from what I read, it doesn't seem like that...
ricardo
Addict
Addict
Posts: 2438
Joined: Fri Apr 25, 2003 7:06 pm
Location: Argentina

Post by ricardo »

No, there is no applications using it and are not locked.

Listen, windows says that those files DON'T EXIST, thats why i can't delete it, rename it, etc.
Matt
Enthusiast
Enthusiast
Posts: 447
Joined: Sat May 21, 2005 1:08 am
Location: USA

Post by Matt »

Odd...
how about trying doing a boot into like linux off a LiveCD and trying to delete them?
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post by PB »

Open Task Manager, kill all "explorer.exe" processes, then start a new
"explorer" process (under the Applications tab of Task manager). Then
both files should be free to delete. "Should" being the word. ;)
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

Most likely something is corrupted in the filesystem. Run chkdsk /f to fix it.
User avatar
Rescator
Addict
Addict
Posts: 1769
Joined: Sat Feb 19, 2005 5:05 pm
Location: Norway

Post by Rescator »

Tried opening a DOS window and deleting it from there?
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Did you try DEL "Copia de genera*.*" ?
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
hagibaba
Enthusiast
Enthusiast
Posts: 170
Joined: Fri Mar 05, 2004 2:55 am
Location: UK
Contact:

Post by hagibaba »

Does the file have a trailing space?
http://support.microsoft.com/?kbid=320081
ricardo
Addict
Addict
Posts: 2438
Joined: Fri Apr 25, 2003 7:06 pm
Location: Argentina

Post by ricardo »

I tried everything without results.

Download DeleteFXPFiles and then files will finally deleted.

Thanks!
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Post by Num3 »

You can bypass this strange behavious by using any other program...

Just do use the Load / Save, select the problem file and press delete.
Post Reply