|
I am unable to delete a mp3 file from C++ using remove(), neither can rename it using rename() function. What can I do to troubleshoot this?
Started by Rahul on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Solutions to either....
This file is most likely either open by another process (in which case you can find the process using it using ProcessExplorer, assuming you're on Windows), or the file/directory are read-only, or you don't have permissions to the file .
|
|
Hi all,
I'm new to this and got Windows 7 the other day.
What I am wanting to do is simply delete an album from the 'my music' folder but I can't seem to be able to do this - if I right click, there is no delete option.
Please help!
Answer Snippets (Read the full thread at superuser):
Did you try shift-delete on your keyboard?
Yep tried that - I can't even move a file from one can delete its glitchy i cant add any music to my music folder.
|
|
I have this code:
Dim xx as image xx = image.fromfile(Fileloc) picturebox.image = xx
And i can't delete the file even though I've loaded it into a picture box. If I add this line:
xx.dispose
the picture box becomes a big red X.
I only want to delete the...
Started by Jonathan on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Victor.
So you can delete the file if you need to
Gracias, muy acertada tu respuesta
Atte: ISC.
|
Ask your Facebook Friends
|
Hi, I met strange issue during designing winform. I placed a few controls inside toolstripcontainer and now I cannot delete them. It's also impossible to delete whole Toolstripcontainer. I'm using Visual Studio 2008 SP1 plus some extra patches. Is it ...
Started by tomo on
, 5 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Can you go in the .Designer.Cs and delete line manually?
Yeah, I can remove it from file but why.
|
|
I'm serving a file from the file system dynamically with a jsp
Here's my code:
<%@ page import="java.io.*,java.util.*" InputStream in = null; OutputStream responseOut = null; File file = new File(request.getAttribute("fileToServe")); try{ in = new ...
Started by Oscar Reyes on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Mystery solved
cletus, please add your answer so I can accept it
What creates the file? I only see reading... .
The close method on the stream that wrote the file was missing .
Ok, I've checked, after cletus comment, the place where this file is being created .
|
|
Unable to delete two erroneous custom profle fields PhpBB2 General Support
Started by Biffo1262 on
, 13 posts
by 3 people.
Answer Snippets (Read the full thread at myfreeforum):
The two fields happens when you try the Delete button visible when you select profile fields in the admin panel? Nothing, even I as 'Forum Owner' can't ....
Usual cack handed way managed to mess up and I can now neither delete or edit them.
|
|
Hi friends,
when i try to deete product prom cart i got this msg
error: unable to delete the product
any idea ?
Started by ..::khaled::.. on
, 20 posts
by 3 people.
Answer Snippets (Read the full thread at prestashop):
And the block cart never delete the product.
When I'm connected, I can not delete my cart.
Be sure,isent you msg Hi
I think I have a similar pb .
unable to write to $compile_dir '/home/mynetwor/public_html/tools/smarty/compile'.
|
|
Unable to delete a Directory on my Blog Hi All,
I am trouble to remove a Directory that was created before on my Opera Blog/Account/Files/
I tried click Delete beside the right folder(empty files), after Confirm deletion the page says:
Error
There was...
Started by 7 on
, 11 posts
by 5 people.
Answer Snippets (Read the full thread at opera):
I can confirm that the 'delete' operation does not work on directories in 'Account/files'.
|
|
Why would BitDefender Bootable Rescue CD (and loads of other Rescue CDs too) be able to identify but unable to fix or delete malware? It can however put it into quarintine.
And what happens when the viruses are put into quarintine? It dosn't really mean...
Started by DaveDev on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Manually delete.
Of paper and/or/if go to the directory from within the bootable environment .
|
|
I am unable to delete my iCloud email Alias sucessfully.
I have 3 alias at the moment. Two of it is correct and I am going to use it. The third was created wrongly(named spelt wrongly) and I tried to delete it. The moment i click the delete button and...
Started by Eldrid Chapman on
, 15 posts
by 14 people.
Answer Snippets (Read the full thread at apple):
Web app crashes after trying....
I have tried multiple times problem.
Might be from the alias email that I'm unable to delete..? I filed a bug report MobileMe account to iCloud and can not delete my alias emails either.
Up on the iPhone..
|