Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Computer Forum


You are currently viewing our Computer Forum as a guest. Please register to participate.
Login



Reply
Annoying File won't Delete!?
Old 02-16-2009, 11:45 AM Annoying File won't Delete!?
uzumakiluffy's Avatar
Experienced Talker

Posts: 33
Trades: 0
*This is the message you will see "Cannot delete file: Cannot read from the source file or disk".

*The file’s properties to check permissions presented a very blank properties dialog.

*It's not a virus or anything because antivirus, anti-spyware, adware and even the CHKDSK won't work.

*The filename ended with a dot. For example "C:\Documents and Settings\user\Desktop\myfile.". As far as Windows is concerned this is an invalid file name.

*how did this file get created? The file was on a file share which had been accessed by a Mac user. Macs tend to write all sorts of metadata to extra “._DSStore” files and suchlike and had left this file behind.

*How to solve it? By prefixing your file paths with \\?\, (ie. C:\Documents and Settings\user\Desktop\myfile.. becomes \\?\C:\Documents and Settings\user\Desktop\myfile..)

*Using a command prompt I was able to delete the file using:
del "\\?\C:\Documents and Settings\user\Desktop\myfile.."

*If it is a folder/directory:
change "del" to "rd /s"

*How to use command prompt?
C:\Documents and Settings\user\Desktop\myfile..
type:
c:
cd Documents and Settings > cd user > cd desktop etc.
cd.. == means back

Hope its Help!!
__________________

Please login or register to view this content. Registration is FREE
uzumakiluffy is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 02-19-2009, 03:37 AM Re: Annoying File won't Delete!?
~ServerPoint~'s Avatar
Defies a Status

Posts: 1,687
Name: Travis
Trades: 0
Try to delete that using another account
__________________
ServerPoint.com - a true hosting company since 1998
Web Hosting, colocation,
Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
~ServerPoint~ is offline
Reply With Quote
View Public Profile
 
Old 03-13-2009, 04:19 PM Re: Annoying File won't Delete!?
Defies a Status

Posts: 1,605
Trades: 0
You may also be able to delete it from your ftp client if you use an older version.

Form the command prompt you can for sure delete it but you may have to change the atributes for it first. Been a while for that so I can't post the details from memory.
__________________
Colbyt

Please login or register to view this content. Registration is FREE
colbyt is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Annoying File won't Delete!?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.43832 seconds with 12 queries