I have a fairly elderly I Mac 7.1 (2.47 Ghz Intel Core Duo) operating OSX v 10.9.5. At the core level I find two Library folders, one within the System Folder and one by itself with the other core level folders - mostly same content. Is this right?

iMac 7.1 (2.47 Ghz Intel Core Duo w/2GB memory) operating OSX v 10.9.5. At the core level I find two Library folders, one within the System Folder and one by itself with the other core level folders - mostly same content. Is this right or do I have a duplication problem?
The system is slow.

Similar Messages

  • Is possible search all the files in one folder and get list all with the same extension.??

    Hi,
    I would like to get, if it is possible, do searching in one determinate folder and get all the files with the same extension, For example, Give the *.pou and get all the files on one list of the files in this folder and sub-folders...
    If it is possible i would like to see any example.
    Thanks a lot, Fonsi.

    Hi Dennis,
    I got your advise, I download the openG (i had problems, and downloading directly and install one to one).
    Ok, i got but i have one problem, which i can't solve. I entry the promt  to search and put the directory to save, later i push 'Do it' and it search the files, show the paths and number, then save in the folder and finally show the window , all ok!.
    The problem is with the target path, when i want use the browse, it doesnt run properly. I want select one carpet, and it demands one file, i dont understand why??, i changed the options browse but it didnt work. Also i would like when i put one path if folder doesnt exist, directly create it and save the files, if exist copy it.
    Thanks for all!. I attached the file in lv 7.1
    Attachments:
    buscar3.vi ‏50 KB
    capture.GIF ‏48 KB

  • Cant get list of files from a folder (even though the folder and files are created with the same app)

    Ok so each character rolled with my app gets saved as an html file in a folder i create on the sdcard called RpgApp
    the code to do this is 
    private async Task saveToHtmlCharacter(string name)
    StorageFolder externalDevices = Windows.Storage.KnownFolders.RemovableDevices;
    StorageFolder sdcard = (await externalDevices.GetFoldersAsync()).FirstOrDefault(); //Windows.Storage.ApplicationData.Current.LocalFolder;
    var dataFolder = await sdcard.CreateFolderAsync("RpgApp",
    CreationCollisionOption.OpenIfExists);
    var file = await dataFolder.CreateFileAsync(name+".html",
    CreationCollisionOption.ReplaceExisting);
    using (StreamWriter writer = new StreamWriter(await file.OpenStreamForWriteAsync()))
    writer.WriteLine("<html><head><title>Character File for " + z.charNameFirst + " " + z.charNameSecond + "</title></head><body>");
    //trimed for the post
    now this as i say works perfectly and i can confirm that the files show up in the "RpgApp"folder
    now the next step is to have the app read the names of each of those html files and create a seperate button for each one named for the filename and with the filename as content (later i will link them up to load the html file they are named for in a webbrowser
    panal)
    here is the code that *should* do that
    private async Task readFiles()
    z.test.Clear();
    StorageFolder externalDevices = Windows.Storage.KnownFolders.RemovableDevices;
    StorageFolder folder = (await externalDevices.GetFolderAsync("RpgApp"));
    IReadOnlyList<StorageFile> fileList = await folder.GetFilesAsync();
    //z.test.Add("dummy");
    foreach (StorageFile file in fileList)
    z.test.Add(file.Name);
    public async void buttonTest()
    await readFiles();
    CoreDispatcher dispatcher = CoreWindow.GetForCurrentThread().Dispatcher;
    await dispatcher.RunAsync(CoreDispatcherPriority.Normal, () =>
    foreach (string name in z.test)
    Button button1 = new Button();
    button1.Height = 75;
    button1.Content = name;
    button1.Name = name;
    testStackPanal.Children.Add(button1);
    now i say should as what i get is an error of "A first chance exception of type 'System.UnauthorizedAccessException' occurred in mscorlib.ni.dll" (2 of them in fact one after another)
    more detailed error is at http://pastebin.com/3hBaZLQ9
    now i went through checking line after line to find the error and line that causes it is:
    StorageFolder folder = (await externalDevices.GetFolderAsync("RpgApp"));
    in the readFiles method
    i checked to make sure the case is right etc and its spot on, that IS the folder name, and remember my app creates that folder and creates the files that are inside that folder (and only files my app creates are in that folder) so it should have access
    im 100% stuck its taken me all day to get the files to save and now i cant get them to list correctly
    I have tested the button creation function with fake list data and that worked fine, as i say the error is when i tell it to look at the folder it created
    all help most greatfully recieved

    this was actually solved for me on another forum thread 
    async Task<bool> continueToReadAllFiles(StorageFolder folder)
    if (folder == null)
    return false;
    if (folder.Name.Equals("RpgApp", StringComparison.CurrentCultureIgnoreCase))
    var files = await folder.GetFilesAsync();
    foreach (var file in files)
    test.Add(file.Name);
    return false;
    var folders = await folder.GetFoldersAsync();
    foreach (var child in folders)
    if (!await continueToReadAllFiles(child))
    return false;
    return true;
    public async void buttonTest()
    test.Clear();
    StorageFolder externalDevices = Windows.Storage.KnownFolders.RemovableDevices;
    var folders = await externalDevices.GetFoldersAsync();
    foreach (var folder in folders)
    if (!await continueToReadAllFiles(folder))
    break;
    //.... commented out
    ...now i say solved this is more a workaround...but it works.
    I would love to know why we cant just scan the RpgApp folder instead of having to scan the whole dc card and disregard all thats not in the RpgApp folder

  • TS1702 i've an iphone 3.1.3. sometimes, i have problems opening all the apps i downloaded in the past 4 months. other apps would open but the recent ones will begin to boot and then close itself. once, it persisted for over a week. pls help as am frustrat

    i've an iphone 3.1.3. sometimes, i have problems opening all the apps i downloaded in the past 4 months. other apps would open but the recent ones will begin to boot and then close itself. once, it persisted for over a week. it staarted again this evening, pls help as am frustrated. NB- i checked for apps update but all my apps are up-to-date. CT

    Try the usual steps: restart, reset, restore.
    http://support.apple.com/kb/HT1430
    http://support.apple.com/kb/HT1414
    If restoring using a backup doesn't help, try restoring the iPhone to factory settings and try for a while with just the Apple-included apps, to make sure it's not an issue with a third-party app. If it still has problems, it may have a hardware problem and will need to be sent to Apple.
    Regards.

  • In my RH8 project, I have a disappearing folder and one, un-removeable, permanent folder ???

    I am using RH8 with both updates installed on a Win XP system.  As you might know from my other postings, ignorance (my own and mine alone) has caused several problems for me.  I did not know that the folders in the RH Project Manager were pseudo-folders.
    Okay, here's what I did first and I think I understand what RH did in response.  I wanted to create separate folders for each major sub-division in the Help project and segregate the images for those topics, also.  I tried creating a "subdiv_1_topics" folder with a "subdiv_1_images" folder as a subfolder.
    I could not get RH to generate WebHelp with any files in these sub-topic and sub-sub-image folders.
    I tried to return to the "status quo" by deleting the folders I had created.  However, I have never been able to delete one of the image folders.  It is nested in the RH Images folder but my images folder (lower case i) is now the MAIN images folder.
    I learned about this, the very hardest way.  I discovered that I could move image files, one-at-a-time, from my images folder up to the RH Images folder.  I thought I was putting the images back where they belonged but I was wrong.
    On my local drive, RH was moving each image out of the Images folder and was putting it into the root with all the topic htm files and RH files. I did not notice this and I went completely through the WebHelp generation process and our process of moving the generated files from the WebHelp folder to our SVN repository.  Then, I left for the evening.
    Next morning, first thing, my boss and I were both apoplectic when we discover that all of the images are gone from the Help topics. A quick check of Windows Explorer and the RH folder/file explorer showed what had happened.  I spend the next 3 hours moving all the images, one-at-a-time, from the topics area back to my images folder under the RH Images folder.
    I have left them alone since ... NOW, the NEW EVENT:  I wanted to create a folder just for a few topics that had been prepared in advance for future application enhancements.  I was going to ask this forum if there was a way to block RH8 from touching that folder when I generated WebHelp ... I noticed a dfferent problem.  The folder that I created is gone from RH but in the right place in Windows Explorer.  I am baffled.  In summary, in a perfect world, I would have the RH HTML Files (Topics) folder with just the HTM files and all the attending RH files.  Then, as either a sub-folder to the topics folder, or as an equal folder, I would like a place to put these several files for future use, with the folder protected from WebHelp generation until I say so.  This is just for convenience.  Then, I would like to have the RH Images folder with all the project images but no sub-folder where the images lie right now.
    Feel free to contact me off this forum.  Sorry, if I am too breezy here.

    Sorry Ernie that wasnt the problem, i highlight the folder and REBUILD is greyed out
    I highlight INBOX and select REBUILD it does something to INBOX and APPLE HOT NEWS folders, but does nothing to any of the  other folders.
    yeah, that is the only folder with a problem.
    getting a little frustrated now, i created another "mailbox" inside that Mailbox/folder and of course the little triangle displays the new folder when turned one way and hides it when turned the other way.
    it seems as if i accidentally at an earlier time i created a new folder inside this folder and deleted it, possibly with the emails still it, and it hasnt updated the number of unread emails LOL.
    i reckon i will just delete the darned thing all together and get on with life without any emails from "jeanie jeanie", i havent heard from her for ages anyways.
    tim

  • Do I need OS 9 System Folder and Applications?

    I am running low on space and am looking at things to remove from my internal hard drive. Is there any risk to removing the OS 9 folders? I have a 200G external harddrive with lots of space. Is moving the folders there a better option than deleting them or does moving them cause problems also if I might need them in the future?
    Thanks,
    Sande
    powerbook   Mac OS X (10.3.9)   12 in

    Hi, asinhk. The disk space you'd regain by deleting your OS 9 System Folder and Applications Folder is likely to be less, maybe far less, than one gigabyte. Check the sizes of those folders using the Finder's Get Info command to see how much space you're actually talking about.
    If you have no need at all to run Classic applications — you never do so in your day-to-day work, and you have no old, stored documents that you'll ever need to access in Classic mode — then you can safely delete OS 9 and its applications. It would also be OK to transfer the two major OS 9-related folders to your external drive, if you do need to run Classic sometimes, and if you'll have the external drive connected to the Powerbook whenever you need to use Classic. If you do that, you'll need to re-specify the new location of the System Folder to use for Classic in the Classic pane of System Preferences.
    But ultimately, if you are so pressed for hard drive space that removing OS 9 from your internal drive is going to make any significant difference, then you'll need a new, larger internal hard drive very soon even if you do delete OS 9. If you ever need to perform an Archive & Install of OS X, or you ever want to burn a DVD, you'll need at least 5GB of available space on your internal hard drive to do so. If you can't free up that much space on your HD right now without making agonizing choices about what to keep, you already need a bigger drive.

  • Deleted previous system folder and!

    I ended up with a alias of "library" in the network panel. Of the Finder. When checking for "more info" on this. None shows up. Should I be worried about this. It doesn't seem to effect any of the operating system. I wonder why this happened?
    I had to install 10.4 twice. When it first came out. For some reason the first time had problem. And that's how I ended up with previous system folder. I tried erasing with the finders "secure erase" feature. And it was taking forever. I had to back out and erase normally.
    Don
    iMac G5   Mac OS X (10.4.5)  

    The library alias is just a bug that all of us are experiencing. It has been around for a while and no one knows if or when it will be fixed. It does no harm and if you remove it it will come back so just ignore it. You had it in there before but probably just didn't notice it.

  • I have just bought an ipod classic, I already have an ipod nano.  The new ipod was connected to the computer to charge and it named itself with my name on the old nano, how do I get the computer to recognise the new one

    I have just bought an ipod classic, I already have an ipod nano.  The new ipod was connected to the computer to charge and it named itself with my name on the old nano, how do I get the computer to recognise the new one?

    My mistake, it was nothing to do with format.  It woldn't sync because my movies were HD.  HD movies won't sync to an iopd classic 160 GB but when you purchase a HD movie, itunes gives you a SD vervsion of the movie which is compatible with the ipod.  Just needed to go to store, click movies, click purchased and untick the HD box and there you have the SD versions.  Download the SD versions and then sync your ipod and bobs you uncle, movies are on the ipod

  • TS3276 cannot receive mail after i sent a large photo.   A new folder appeared called "recovered messages" with the over 100 recovered emails of the same email of the one i sent out.  i have read apple support and done everything they suggest.  Help!

    I cannot receive mail after i sent a large photo.   A new folder appeared called "recovered messages" with the over 100 recovered emails of the same email of the one i sent out.  i have read apple support and done everything they suggest.  Help!

    How large is 'large'?

  • I have a mac book pro that both USB ports have stopped working one about a year ago and one recently. Is it possible to connect to another one of the other MBP's  ports with a cord that ends with a USB port?

    I have a mac book pro that both USB ports have stopped working one about a year ago and one recently. Is it possible to connect to another one of the other MBP's  ports with a cord that ends with a USB port?

    Thank you For your time and thoughts!
    I went by the Apple Store and they told me that there was a "Flat Rate" repair service for this particular part where they would replace the logic board along with the USB ports for $350. Seems like best avenue. All of this would have been moot but my wifi in the computer also doesn't work so I was using my phone as a hot spot and tethering it to the computer for Internet access when the last port quit. This left me with no internet and no printing capabilities on the computer I use for my business. Basically became a nice paperweight. lol
    They will ship it off Monday and I should have it back Thursday!
    Again, thank you!

  • After hibernation, when trying to login to MacBook Air, it does not accept my password. I have to shut off and then get prompted with the following: Mac OS X wants to use the "login" keychain. I put in the password there and it works. any suggestions?

    after hibernation, when trying to login to MacBook Air, it does not accept my password. I have to shut off and then get prompted with the following: Mac OS X wants to use the "login" keychain. I put in the password there and it works. any suggestions?

    Back up all data.
    Launch the Keychain Access application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Keychain Access in the icon grid.
    Select the login keychain from the list on the left side of the Keychain Access window. If your default keychain has a different name, select that.
    If the lock icon in the top left corner of the window shows that the keychain is locked, click to unlock it. You'll be prompted for the keychain password, which is the same as your login password, unless you've changed it.
    Right-click or control-click the login entry in the list. From the menu that pops up, select Change Settings for Keychain "login". In the sheet that opens, uncheck both boxes, if not already unchecked.
    From the menu bar, select
    Keychain Access ▹ Preferences ▹ First Aid
    If the box marked Keep login keychain unlocked is not checked, check it.
    Select
    Keychain Access ▹ Keychain First Aid
    from the menu bar and repair the keychain. Quit Keychain Access.

  • I locked my MacBook - it switched itself off - restart it - white screen with a folder and a questionmark appearing on the screen, I can type in the password or do anything at all

    I locked my MacBook with the find my iPhone app, then it switched itself off and now, when i restart it there is  a white screen with a folder and a questionmark appearing on the screen, I can type in the password or do anything all. I really didn't wipe it, and in the app it says: MacBook locked toay at 15:49.
    I am really desperate. Plz help me.
    Thanks.

    Did you setup a lock code? I have done this operation via iCloud just few minutes ago and it's booted with 4 numbers lock code just fine. When you lock your Mac, it's restarts automaticly and then loads with lock screen and you are only able to enter password of 4 numbers to unlock it.

  • I have itunes set up on a PC with all my music, apps, etc. I want to stop using PC and move my iTunes and files to a Mac I bought and synch my iPhone with the Mac. Can I just synch iPhone with Mac iTunes and will it copy all my stuff onto Mac, or will I h

    I have itunes set up on a PC with all my music, apps, etc. I want to stop using PC and move my iTunes and files to a Mac I bought and synch my iPhone with the Mac. Can I just synch iPhone with Mac iTunes and will it copy all my stuff onto Mac, or will I have to copy files from PC onto Mac?

    Here are some of the links to get you started.
    https://discussions.apple.com/thread/3727530?start=0&tstart=0
    http://support.apple.com/kb/HT4527
    http://www.macworld.com/article/1146958/move_itunes_windows_mac.html

  • How does one continue to use Mail on the early MacBook Pro, Model 1,1, that is not upgradable to Lion?  I have been running iCloud on my iPhone (OS5) and iMac (Lion) along with the MacBook Pro (OS Version 10.6.8)

    How does one continue to use Mail on the early MacBook Pro, Model 1,1, that is not upgradable to Lion?  I have been running iCloud on my iPhone (OS5) and iMac (Lion) along with the MacBook Pro (OS Version 10.6.8) since November until now.  Mail will no longer download on the MacBook Pro and keeps asking for my password.

    Mail should still be usable with your machine - but you'll need to update the settings to conform to the requirements of your system. Check with your ISP (like ATT, etc.) for the settings that will work with your Mail. Once you've updated this, you should be able to email like before.
    For example, my ISP required that I go to Mail Preferences/Accounts and make sure the details conform to your email settings.
    I have no idea of what your ISP is or what the settings might be, but this is likely the source of the problem.

  • I have two apple id's because my hotmail account is no longer active. How can I delete the old one and use or update the new one?  Every time I try it won't allow me and now my iPad thinks there are two accounts and they are arguing with each other. Help!

    I have two apple id's because my hotmail account is no longer active. How can I delete the old one and use or update the new one?  Every time I try it won't allow me and now my iPad thinks there are two accounts and they are arguing with each other. Help!

    You can't merge accounts or copy content to a different account, so anything that you bought or downloaded via the old account is tied to that account - so any updates that those apps get you will only be able to download via that account. You can change which account is logged in on the iPad via Settings > Store

Maybe you are looking for

  • I want to copy the contents of an active window i LabView and paste that into a Word document programatically

    I am developing an analyse program which produces a large number of results and graphs for each file. These results are presented in different windows one at a time. It is possible to programmatically generate these windows and print each window befo

  • Mac Mini & Viewsonic VG150

    I was given an original Mac Mini, 256 MB RAM, no wireless, combo drive, along with a Viewsonic VG150 LCD monitor. However, when I start it up I get the beginning of the boot process and then the monitor goes black. Turning the monitor off and onn res

  • ITunes 11: iPad 3 not syncing

    I upgraded to iTunes 11 yesterday and now I can't get back my iPad 3 to sync. It is being recognized and shows up in iTunes, but when I click the "Sync" button, it starts syncing, backs up okay but also quits in the middle of "Determining which Apps

  • Erro javax.xml.soap.SOAPException: Message send failed: t4-2-dev-fmw01vm

    hi am having this error when i click the submite button,am in jdeveloper 11.1.1.6.0 Messages for this page are listed below. Error      javax.xml.soap.SOAPException: Message send failed: t4-2-dev-fmw01vm Error      Message send failed: t4-2-dev-fmw01

  • Error while using f-43

    Hello experts, I am in tcode f-43.I am using document type p1.while simulating one error is generated.It says: Item 001:TranstypeX10not allowed for account.Use transaction type from group X39. How can I proceed. Thanks