Can I Delete any files in the Application Data\Apple Computer directory?

I'm using and iPhone 4S and Windows XP.  (I know I'm WAY behind, and we're saving to buy an iMac soon.)  I have a plethora of files in this directory
C:\Documents and Settings\User\Application Data\Apple Computer\Logs\CrashReporter
Are there any files there I can delete.  Some of them on my iPhone 3G go back a couple years. 
And how about the files under here?
C:\Documents and Settings\User\Application Data\Apple Computer\MobilSync
Is there a document that describes what all these files do, which ones I can delete, which ones are vital, etc.?
Thanks in advance!

You need call another PHP file
<?php
   $directory = './files/uploads';
   getDirectoryList ($directory);  
   //This function find all the files in the directory
   function getDirectoryList ($directory)
     // create an array to hold directory list
     $results = array();
     // create a handler for the directory
     $handler = opendir($directory);
     // open directory and walk through the filenames
     while ($file = readdir($handler)) {
       // if file isn't this directory or its parent, add it to the results
       if ($file != "." && $file != "..") {
    //$results[] = $file;
     // Delete Files
    $filename = $file;
  unlink($filename); //this delete a file
     // tidy up: close the handler
     closedir($handler);
?>

Similar Messages

  • HT1526 I can't delete any files, can't empty the trash bin, can't open my iTunes. Safari isn't working properly either. I keep getting the error message -50 when i try to delete anything...HELP!

    I can't delete any files, can't empty the trash bin, can't open my iTunes. Safari isn't working properly either. I keep getting the error message -50 when i try to delete anything...HELP!

    Hello, not too helpful, but...
    enum {
      paramErr                      = -50,  /*error in user parameter list*/
    Usually means a bvad or unacceptable Charachter in a File or Folder name...
    http://support.apple.com/kb/TA20831
    Solving Trash Problems...
    http://thexlab.com/faqs/trash.html
    Open Console in Utilities & see if there are any clues or repeating messages when trying to open Safari or iTunes.

  • I can't delete a file in the Content-Management

    Hello,
    I can't delete a file in the Content-Management, altough I have full control.
    I get the following error message:
    System error (com.sapportals.wcm.repository.ResourceNotFoundException): null
    Many thanks for the help.

    Dear SAPMuffel ,
    As far as we can see the error "com.sapportals.wcm.repository.ResourceNotFoundException" is telling that the resource you are trying to delete could not be found, that is also to say, it might not exist any more.
    So please let me know exactly how you can reproduc this issue?
    and what kind of file it is? under what kind of KM repository? 
    Is there any other file under the same KM folder?
    Also you can reproduce the issue and then check the lastest defaulttrace file under this folder:
    ../j2ee/cluster/server0/log/defaultTrace.*.trc
    here you can find the detailed exception.
    Best Regards,
    Thunder

  • I can't delete any files from my external hard drives since I tried to delete backups. I can't return backups or delete anything now.

    It started when I tried to delete back up files. It wouldn't let me delete them. Came up with "BootX" is locked, then "boot.efi" is locked. Holding down Option while emptying the trash didn't do anything. It wouldn't let me put them back in Backups.backupdb so I just left them in the trash.
    But now I can't delete any files from either of my external hard drives. please help!

    See Pondini's TM FAQs for starters.

  • Where can i get any information about the application of labview on remote control??

    Where can i get any information about the application of labview on remote control??for example using labview to build a virtual laboratory.

    This is a big question. Contact me directly and we can discuss in detail what you are trying to accomplish.
    Mike...
    [email protected]
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • How can I delete music files of the IPhone?

    how can i delete music files of the IPhone. I was already in ITunes, but this option was grey!

    Thx Allan, it was successful!!!!

  • TS1402 I can not copy any files from the server & from the Finder. System MAC OS 10.7.5

    I can not copy any files from the server & from the Finder. System MAC OS 10.7.5
    <Email Edited by Host>

    Hi, what is the no boot directory found about???
    Can you give details step by step of what you're trying?

  • Hello, I want to restore a backup on my Iphone 4S, but in i-tunes it's not vissable. When I'll look on te pc: (username)\Application Data\Apple Computer\MobileSync\Backup\ it's there! How can I get this backup to my iphone or itunes? Thanks in advance!

    Hello, I want to restore a backup from this afternoobut in i-tunes it is not visseble. When I'll look on te pc: (username)\Application Data\Apple Computer\MobileSync\Backup\ it's there! How can I get this backup to my iphone or itunes? Thanks in advance!

    Follow the steps in this article to restore from iTunes back up:
    http://support.apple.com/kb/HT1766
    Since you say you cant see the back up in iTunes you should be able to see it when following the last step where it says for iTunes 10.7 or earlier. Dont worry as this step also works for iTunes 11.

  • Can't delete any files - harddisk problem?

    Hi!
    I have a Macbook Pro 15" from medio 2009. Yesterday, I tried to download a file, then a message popped up that said, that the hard drive is full. However, I have 22 GB free space, so it didn't add up. Then I couldn't run any of the macintosh applications (i.e. Hard drive repair, time machine etc.). Moreso, I couldn't delete any files nor empty the trash can. An error -50 appears when I do that. When I reboot my mac it takes way too long to start up. Has anyone experienced some of the same problems? Do I need to replace my hard disk? If so, how can I backup my files if Time Machine doesn't work?
    Kind regards,
    MS

    If you want to preserve the data on the boot drive, you must try to back up now, before you do anything else. It may or may not be possible. If you don't care about the data, you can skip this step.
    There are several ways to back up a Mac that is unable to fully boot. You need an external hard drive to hold the backup data.
    1. Boot from the Recovery partition or from a local Time Machine backup volume (option key at startup.) Launch Disk Utility and follow the instructions in this support article, under “Instructions for backing up to an external hard disk via Disk Utility.”
    2. If you have access to a working Mac, and both it and the non-working Mac have FireWire or Thunderbolt ports, boot the non-working Mac in target disk mode. Use the working Mac to copy the data to another drive. This technique won't work with USB, Ethernet, Wi-Fi, or Bluetooth.
    3. If the internal drive of the non-working Mac is user-replaceable, remove it and mount it in an external enclosure or drive dock. Use another Mac to copy the data.

  • How do upload a file to the application server into a directory?

    hi to all,
    i want to upload file into the database..i need upload the file into the application server and save it to a directory..is there any way?where i can read about this?any information?
    ashwiny

    Hello,
    First, we need to determine the terms we are using, in order to avoid confusion. We (including the documentation) are using "upload" to describe storing the file on the server, and "download" to pull it from the server into local machine.
    You can use the "File Browse" item to upload any file you need from your local machine and into a database table. The default APEX configuration (in the dads.conf file) stored the uploaded file in a table called wwv_flow_file_objects$. In your application, you can access this table using a view called APEX_APPLICATION_FILES.
    After you uploaded a file, any user can access it, using the download procedure described in the reference I gave you. The download procedure gives you an option to store the download file anywhere you need, using the "Open/Save" dialog box.
    I believe this is covering everything you need. If you still having problems, please consider posting the relevant application pages on apex.oracle.com. It will be easier to understand and help you.
    Regards,
    Arie.

  • How can we move the 'application data\apple computers' folder to another location

    We use roaming profiles and the Application Data folder is stored on a network drive with restricted space (500MB).  This has not been a problem in the past but since we've been rolling out iPad's & iPhones, this restriction is becoming a problem as iTunes download's ios updates and stores device backups in 'application data\apple computers' folder (and not in the media library).
    Does anyone know how we can move this 'application data\apple computers' folder to another location or force iTunes to store the downloads/updates in the media library (which can be moved)?
    Thanks very much in advance for any help.

    Move the iTunes Library elsewhere, launch iTunes with the Shift key held down, and point it there.
    (60614)

  • Zen XFi- 2 crashed and can't see any files on the player after reset

    My zen crashed yesterday and after i reset it - everything that was on the player has gone - music pictures applications etc - however if i plug the player into the PC all music etc is still on the player - i have reloaded the firmware but no joy - any ideas ?

    Copied media files to a HPFS+ (journaled) SimpleTech USB drive connected to my iMac. Files copied fine and can be accessed from the iMac with no problems.
    I connect it to the TC, the drive can be seen and mounted over the network but the files do not show up. The free space corresponds to the free space left by the files I had copied--but again the files do not show up.
    TC file sharing is on and is working fine as demonstrated by access to the internal drive without problem. And the USB drive shows up in the airport utility without error indication. Files copied over the network to the USB drive are accessible as expected (read/write/delete--no problem).
    Any advice?
    Thanks,
    Mark

  • I can't delete a file in the trash that has strange symbols (␀ ␀獭潤) in its filename.

    There is a file in the Trash with a filename containing strange symbols, along with some Chinese characters. For some reason when I empty the Trash, all files are deleted as expected, expect this one particular file. The symbols are: ␀ ␀獭潤 — although some of the symbols I was unable to copy, which is probably why they are causing problems.
    How can I get rid of these files? Even in Terminal it says that the file does not exist.

    I'd like to point out that in my problem, the problematic file is actually on a USB drive, not on the Mac's internal drive. The USB is formatted FAT32.
    Anyway, I ended up reformatting the disk since it's an external drive so it wasn't much hassle. It's essentially like nuking the whole thing, which is a bit overkill, but I couldn't figure out how to fix this since the two apps recommended by the link you provided (Trash It and Cocktail) both failed to delete the file.

  • I can't move any file in the hard drive of my time capsule

    Hi all !
    I have my time capsule change by a new one because a problem on the main power (warranty), when i received the new one they made a backup of all of my files inside a new "data" name folder, the class i see in the finder for that new folder is "sharepoint"... but i can't move or create any file or folder diferent than the "Data" folder because finder don't let me do that... i think it a permissions problem but i don't know how to change it.
    Could anyone help me ?
    Thank u !
    Regards.

    I have found the solution to my problem, I just needed to shut down and restart my iPad and now I can see the email text in the text field.

  • ITunes Match: Can't delete remaining files from the iPhone

    Connected to iTunes Match today: All my songs are in the cloud, the color scale overview shows 0,12 GB (?) for audio files. Still there are almost 500 songs (1,7 GB) in the Device(iPhone)/Music submenu. Some of these are active, some are deactivated, but I can't delete both. On my iPhone, I deleted all remaining songs by "swipe and delete", all songs there show the cloud symbol. 
    How can I delete the remaining files?
    Thank you, Martin

    Connected to iTunes Match today: All my songs are in the cloud, the color scale overview shows 0,12 GB (?) for audio files. Still there are almost 500 songs (1,7 GB) in the Device(iPhone)/Music submenu. Some of these are active, some are deactivated, but I can't delete both. On my iPhone, I deleted all remaining songs by "swipe and delete", all songs there show the cloud symbol. 
    How can I delete the remaining files?
    Thank you, Martin

Maybe you are looking for

  • Attachment List Window

    Hi All, Just before displaying the sales order confirmation output a screen pops up (attachment list) to select the order confirmation output. How can I disable the screen from appearing and display the output of order confirmation directly?..... Bog

  • No longer have original computer...need to reverse sync..music/photo

    I need help....dont know what progra to use to do this..obvisously after aclling apple help they cant help me.. Its horrible...' My original computer was stolen..so I have no way to deauthorize that one.. and I want to use my ipod... it has all my ph

  • Error - NO BIDDER FOUND... (Bid Vendor - Auction)

    Hi folks, I am trying to visualize the quotation presented by the vendor in an auction. When I try to exhibit is opening a pop-up in the screen with the following mistake: No bidder found  for bid 600000081. Bid will not be displayed.  Look at all ve

  • Table for user name

    All, In the GR slip, ' Issued By : ' is coming as SAP LOgon name . I need this as the name of person which will put against this LOgon name . Can anyone tell me the table  and field for this to pick ? Kindly advise. regards

  • How was my prod8uct registered ?  trial vs purchase

    how do I verify my product (elements 13) is registered as a product vs trial copy ?