How to hidden these files?

How to hidden these files? Thanks in advance.

Open the Script Editor or AppleScript Editor in one of the subfolders of Applications and run the following:
tell application "Finder" to quit
if (do shell script "defaults read com.apple.finder AppleShowAllFiles") is "1" then
do shell script "defaults write com.apple.finder AppleShowAllFiles 0"
else
do shell script "defaults write com.apple.finder AppleShowAllFiles 1"
end if
delay 2
tell application "Finder" to run
If you change your mind later, run the script again.
(90711)

Similar Messages

  • I downloaded Pimsleur foreign language mp3's and put them on my iPad but now cant find them.  Any advice on how to access these files?!  Thanks

    I downloaded foreign language mp3's to my iPad and iPod nano and cant find either one of them on the device even though they both claim to be there under "other" memory when I plug them into my computer.  Any advice on how to find these files on my iPad/iPod device?

    I put them in iTunes and then dragged them to my devices.  On my iPad it looked like it put it under the 'purchased' tab but I looked in the music app and purchased tab and still cant fine them anywhere.  So I tried to move them over again but it says they are already there do I want to skip or duplicate.  Also, when my iPad is attached to my computer, I cant find them either.....

  • How to see these files in dyn admin

    Hi Guys,
    I would like to see commercePipeline.xml and paymentPipeline.xml files in dyn admin
    how can i see and which component we have to use?

    To view each configuration file, go the corresponding component.
    For example for commercepipeline.xml go to /atg/commerce/PipelineManager and click on property definitionFile
    Peace
    Shaik

  • Can I use I pad to read word and pdf files from my laptop how to transfer these files??, can I use I pad to read word and pdf files from my laptop how to transfer these files??

    I recently had my first ipad , first generation, I bought it to read all my books and documents on the laptop either in word or in pdf format >> now I feel lost, I can't even transfer my files ofrom the laotop to the ipad.I don't know what to do>>help me please

    Google for "import documents to ipad" to find lots of articles on this topic.

  • I can not play a large percentage of my music due to "could not be used because original file could not be found"  How do I locate these files again? Thanks

    So I have not been able to play a large number of my songs duw to a message that reads "could not be used because original file could not be found".  Does anyone know how to locate these files so that itunes will play them again?  Thanks

    by following this document here:
    http://docs.info.apple.com/article.html?artnum=93313
    and then doing something else at the end.
    I followed the instructions from 1-6:
    Then rather than importing the XML file I open iTunes, selected "Add to Library" from the File menu then navigated to the itunes library on my external disc then let it do its work.
    I guess something got fragged when I changed computer but it's all ok now.
    This worked on a Mac I don't know about Windows

  • How to populate budget files file_budget.csv and file_acct_budget.csv

    Hi, we have implemened Financial Analytics 7.9.5 on EBS system. We have successfully loaded all the Data except Budget information. Recently I came to know that there is no Budget ETL in ORAR12..and need to use Universal Adapator for populating the budget information.
    According to this guideline I'm supposed to populate file_budget.csv and file_acct_budget.csv files manually and start the extract. Now I'm having trouble filling these files. These files exoect many IDs to be filled in like ORG_ID etc..and documentation says these IDs shoule be same as one in Warehouse..I don't understand how to fill this. Has anybody done this already..if so please guide us how to fill these files and appreciate if you can post a sample record for each of these files.
    Thanks.

    You need to go to the corresponding dimensions and see how the integration_id is populated for this dimension. For this, you will have to open the corresponding SDE mapping in Informatica and trace back the integration_id. The document says which table's integration_id to look for, for each of the ids in the fact. For eg:
    GL_ACCOUNT_ID
    GL Account identifier. Populate with integration_id from w_gl_account_d.
    PRODUCT_ID
    Product identifier. Populate with integration_id from w_product_d.
    COMPANY_ORG_ID
    Company Org identifier. Populate with integration_id from w_int_org_d where company_flg = Y.
    For example, if w_gl_account_d's integration_id is formed from gl_code_combinations.code_combination_id in EBS, you need to populate the code_combination_id (from EBS) of your budget record, for each row in the budget fact csv file.

  • How to create IDX files

    Hi All,
    How to create IDX files, In pdf i have done full text index with catlog, i have got the pdx files.
    But i need the index files *.idx files.
    How to get these files.
    Please help me to solve this issue.
    Regards,
    Vinoth

    i have created the button on Acrobat X professional.
    Please find the below code for search the text
    // Test search text and only proceed if it’s not empty
    var cSearchTxt = this.getField("SearchText").value;
    if(!/^\s*$/.test(cSearchTxt))
       // Create first part of path to index file from this file
       var aPath = this.path.split("/");
       aPath.pop();
       var cPathRoot = aPath.join("/");
       // Determine Index to use with search
       var cIdxPath = "";
       var cCatagory = this.getField("Catagory").value;
       switch(cCatagory)
          case "P01":
             cIdxPath = cPathRoot + "/Catalogs/Paper01.pdx";
             break;
          case "P02":
             cIdxPath = cPathRoot + "/Catalogs/Paper02.pdx";
             break;
       // Setup Search Options
       //search.matchCase = this.getField("CaseSensitive").isBoxChecked(0);
       //search.matchWholeWord = this.getField("WholeWord").isBoxChecked(0);
       //search.wordMatching = this.getField("MatchOpts").value;
       //  Perform Search
       search.query(cSearchTxt, "Index", cIdxPath);
    Regards,
    Vinoth

  • How to import mod files in Imovie

    I recently bought an I Mac and now I try to put my movies (taken with a JVC camcorder, mod extension) in imovie. Because the mod exention is not recognised this isn't working. Can someone tell me how to get these files in imovie?
    Thanks in advance

    you've tried any of the solutions, offered by the automatic forum search ...
    for instance, going via the 'import from Camera' dialog, waiting a while ... ?

  • How to open .dll files?

    I'm not sure I have the correct forum, but I thought I'd try here.
    I have .dll files I want to look at. I am unable to open them in any type of readable format. When I double click on them they open in Text Edit and jumbled up. I tried to open them in Preview and that didn't work either.
    Can someone guide me on how to open these files? OR if this is the wrong board, let me know and I'll post some place else.
    Thanks,
    Ginger

    No. A Windows DLL file is a library of machine code meant to be loaded by a piece of software. It's unreadable by humans. An experienced developer may be able to decompile the library into x86 assembly language.
    DICOM is an image format used for storing medical image data (such as MRIs, CAT scans, etc.). Many packages that work with DICOM packages have an "export to CD" function that will burn a CD with a directory of DICOM images, optionally with a copy of a program for displaying the images. It sounds like you have one of those CDs that's been burned with a copy of a Windows DICOM viewer. You won't be able to use that without a copy of Windows installed.
    However, that doesn't mean that you can't view the DICOM images. The most widely used DICOM viewer is probably [OsiriX|http://www.osirix-viewer.com>, which is free to download and use. Simple install, and use the import function to load a whole directory of DICOM images at once.

  • Whoops! How to open SD files that were renamed

    Not knowing the specifics of file management for FCP, I recently recorded some material using a JVC camera that stores on SD cards, then moved the files onto my laptop. Directory structure was maintained, except I mistakenly changed the name of the top most directory, thinking this would help keep track of them. FCP 7.0.2 has given me a “General Error” message when trying to import these files. Thinking I could restore what was changed, I looked inside one of the associated XML files and found a directory name that I think was the changed one. I renamed this directory again, and now FCP gives me a “File error: 1 file(s) recognized, 0 access denied, 1 unknown” message. They play fine using VLC media player w/ the “treat as a pipe rather than as a file” setting. Any thoughts on how to rescue these files and open them in FCP would be most appreciated.

    Sorry to have dropped the ball on this question - I got distracted by trying to solve the issue, with partial success, and haven't gotten back until now.
    Chris, here are some of the specifics of my situation:
    1) JVC GY-HM100 ver.1.050 camera
    2) video = <Component uri="./CLPR/0990074_01/099_007401.MP4" type="MP4" offset="0" dur="1476" fps="23.98p" aspectRatio="16:9" ch="2"videoType="MPEG2HD351920_1080MP@HL" audioType="LPCM16"/>
    Indeed, as long as the correct "MEDIAPRO.XML" file is in the correct directory, I can recover the files/clips, and they can be brought into FCP via the log & transfer function.
    This camera also will create MOV files/clips, and these open in FCP using the open function.
    I've still got some mp4 files/clips that don't seem to have a mediapro.xml file in the directory two levels up listing all the clips created at the same time. I've even tried cutting & pasting a file together altering uri names, but there are obviously some specifics that I'm missing. But these same mp4 clips will play in VLC. Any thoughts?

  • How to restore .bu file

    hi,
    i created back up through SBO Backup (SAP Business One Service Manager )
    i got the Back up files and all Attachments folders.
    But i want to restore this (.bu) and .zip files into existing company database
    while creating time i got these files:
    one backup file - extension is .bu
    other all attachment files and word docs , bitmaps these files are  .Zip extension
    I want to restore these files .
    thnk you.

    SQL server 2005 : supporting back files type is : .bak and .tm
    My problem not solved
    But i got .bu (file type) backup. how can i restore this file ..
    Eg: these files are i got .
    1) backup file name is : Testdatabase091510140500.BU
    2) Attachments091510140536.zip
    3) BitMaps091510140537.zip
    4) ExcelDocs091510140539.zip
    5) WordDocs091510140539.zip
    how to restore these files into my existing company data base
    Regards
    Manoj

  • How to upload CAR File

    Hi,
    I have to apply some notes.according to the notes I have to upload the some *.CAR file.I have downloaded the CAR files.Problem is how to upload these files?
    Please help !!!!
    regards,
    ABHIJIT ZOPE

    Hi Abhi follow this :
    http://www.sap-img.com/basis/oss-notes.htm

  • How to Use PHP Files and .tpl files

    I have taken a course and it includes a resource section with templates that I can use. These templates are squeeze page ones and inside the folder are index.php, config.php and a whole lot of .tpl files that open up in empty Stickies on my Mac.
    Can someone explain how to use these files. When I open them in Dreamweaver I see code related to the php files but I can't browse the index.php file in a browser to see what the so called sqeeze page looks like.
    Yikes I'm really lost here.
    thanks
    John

    ORA-06401, 00000, "NETCMN: invalid driver designator"
    Cause: The login (connect) string contains an invalid driver designator.
    Action: Correct the string and re-submit.
    The //ip:port/sid connect string will only work with 10g clients.
    Check your tnsnames.ora file. Does the file have control characters or missing carriage-return characters ? (Maybe you ftp'd the file from a unix box ?)
    I would suggest that you create a new tnsnames.ora - hand edit it (don't copy the old one). If you have sqlplus client - try using it to connect to the remote DB first.
    The instructions for connection to a local or remote DB are all the same (when using plain OCILogon) because the connection is made over TCP.

  • How to read .asl files?

    I'm working on an iMac, OS 10.5.8. My log folder is full of asl files. I'm not a program-savvy person and need plain language. I've gotten as far as to put the many log files into a temp folder on my desktop. Now I see instructions to "read them at my leisure" but can't find out how to read these files to determine what's causing the rapid multiplication. How do I "read" these logs to determine where the problem lies?

    -Correction, in your Log folder, under Private/var/log/asl ; asl files are not associated with photoshop, they are Apple System Logs.
    -I also have runaway (asl) files on my 10.5.8 Imac. Some are 80 gig +/-. and it fills my hard-drive. I got a program called Disk Inventory X that helped me graphically find these huge files. That way I can see them, right click on them and reveal them in a finder screen.
    -After locating the offending files, if you right click the .asl file and say open with the utility "console" you can view the logs.
    -Look for lines that repeat ludicrous times, then try to figure it out.
    -I am no expert, but apparently I just found out my problem might be apple.launchd keeps trying to contact com.rim.BBLaunchAgent. I haven't owned a Blackberry for a few years now and already uninstalled their Desktop Manager, but some program remnant seems to be haunting my computer.
    -If I determine the asl file(s) are unimportant, I delete them after entering my password. You have to then empty your trash to really free up hard-drive space.
    -Good luck with your hunt.

  • How to delete temp files in /u99/temp/obiee_tmp

    Hi All,
    We have 50gb on /u99 but it got filled suddenly 35gb. While checking I found that following files are created with 7.1 gb size.
    nQS_7676_24_20578926.TMP
    Can someone please help us how to delete these files.
    1. Will running purge_cache.sh scripts clears these files?
    2. Can we delete these files manually?
    We have Oracle Business Intelligence 10.1.3.4.1
    Thanks in advance.

    If the cache path is to this folder then go with purging or else stop bi service and delete

Maybe you are looking for

  • How can i get the list of all users present in the UME ?

    Hi Experts, How can i get the list of all users present in the UME ? Is there any API or function Code to get all user list?? Please help me out!!! Help will be rewarded -pankaj chouhan

  • I have a copy of the original adobe illustrator and it won't open

    I have a copy of the original adobe illustrator and it won't open.  I will start to open and it kina freezes and then I have to force it to close.  My photoshop of the same age will open and work but I also still have to force close it.  I don't have

  • CS4 Encoder problem

    I have a series of different (seperate) movie clips within one Premiere file. I'm trying to export a clip that is only 2 seconds in length. I choose File > export > media. I adjust my export settings and select OK. Which then opens up the media encod

  • Counting lines problem. Please help!!

    Hi all, I just have a small problem i cannot resolve, here it is: I read through a file and i like to count the lines of the file there is before a special word. E.g My file contains: "hi how are you my name is john and i live britain" I'd like to co

  • HT201250 Time machine backup to new macbook

    I am purchasing a new macbook. If I use time machine and want to incorporate its backup into a new macbook, does it back up my itunes backup information of my iphone as well?