Find path through spotlight?

If I search using spotlight, is there a way to discover the path to a specific result from the spotlight window?
TIA
Henry

After the little preview appears, hold option and command and the path shows up at the bottom of the preview window.
charlie

Similar Messages

  • When i try to find something through spotlight search,nothing turns up

    i have tried to reset the settings and also have tried to restore the phone.but still its not working

    You really need to be a bit more specific or we are unable to help you.  What is the application you are searching for and how do you write what you are searching for in Spotlight. Have you definitely downloaded the application?

  • Get-Item: Cannot find path ' ' because it does not exist. While running Powershell script.

    I am trying to run a PowerShell script to upload files into a SharePoint site in an Azure environment...the script works fine on my local machine, but every time I run it in Azure (remotely), I get errors. Here is what my simple script looks like...
    if ( (Get-PSSnapin -Name Microsoft.SharePoint.PowerShell -ErrorAction SilentlyContinue) -eq $null )
    Write-Host "Loading Sharepoint Module "
    [System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SharePoint")
    Add-PSSnapin -Name Microsoft.SharePoint.PowerShell
    if ( (Get-PSSnapin -Name Microsoft.SharePoint.PowerShell) -eq $null )
    Write-Host "Failed to load sharepoint snap-in. Could not proceed further, Aborting ..."
    Exit
    #Script settings
    $webUrl = "http://sampleWebUrl"
    $docLibraryName = "My Documents"
    $docLibraryUrlName = "My%20Documents"
    $localFolderPath = get-childitem "C:\Upload\Test Upload\My Documents\" -recurse
    $contentType = "ContenttType1"
    #Open web and library
    $web = Get-SPWeb $webUrl
    write-host "Web:" $web
    $docLibrary = $web.Lists[$docLibraryName]
    write-host "docLibrary:" $docLibrary
    $files = ([System.IO.DirectoryInfo] (Get-Item $localFolderPath)).GetFiles()
    write-host "files:" $files
    If ($contentType = "ContenttType1")
    #Open file
    $fileStream = ([System.IO.FileInfo] (Get-Item $file.FullName)).OpenRead()
    # Gather the file name
    $FileName = $File.Name
    #remove file extension
    $NewName = [IO.Path]::GetFileNameWithoutExtension($FileName)
    #split the file name by the "-" character
    $FileNameArray = $NewName.split("_")
    $check = $FileNameArray.Length
    #Add file
    $folder = $web.getfolder($docLibrary.rootFolder.URL)
    write-host "Copying file " $file.Name " to " $folder.ServerRelativeUrl "..."
    $spFile = $folder.Files.Add($folder.Url + "/" + $file.Name, [System.IO.Stream]$fileStream, $true)
    $spItem = $spFile.Item
    write-host "Success"
    write-host "SP File:" $spFile
    write-host "SP Item" $spItem
    #populate columns
    $spItem["Column1"] = $FileNameArray[0]
    $spItem["Column2"] = $FileNameArray[1]
    $spItem.Update()
    $fileStream.Close();
    Again, I can run this on my local machine and it works just fine, but when I attempt to run it on the Azure environment I get this error...
    Get-Item : Cannot find path 'C:\powershellscripts\12653_B7045.PDF' because it does not exist.
    At C:\PowerShellScripts\Upload-FilesIntoSharePointTester.ps1:32 char:42
    +     $files = ([System.IO.DirectoryInfo] (Get-Item $localFolderPath)).GetFiles()
    +                                          ~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\powershellscripts\12653_B7045.PDF:String) [Get-Item], ItemNotFoundException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetItemCommand
    What strikes me first is the fact that the file its looking for is in the "C:\Upload\Test Upload\My Documents\" directory, but the error keeps saying "C:\powershellscripts\" which is where my script resides and not the files I want to
    upload into SharePoint. When I step through the code, all the variables are holding the correct values. The $localFolderPath shows the name of files that I am attempting to upload, so it recognizes them. But once I step through this particular line of code,
    the error occurs...
    $files = ([System.IO.DirectoryInfo] (Get-Item $localFolderPath)).GetFiles()
    Is this an error caused because I am remoting into the Azure environment? Has anyone dealt with this issue before? I would really appreciate the help. Thanks
    Update: quick thing I noticed is that these two lines of code are returning null values. Again, is this handled differently in Azure or remotely? I ask cause this is the way I know how to do this, locally.
    $docLibrary = $web.Lists[$docLibraryName]
    $files = ([System.IO.DirectoryInfo] (Get-Item $localFolderPath)).GetFiles()

    "...square brackets are wildcard characters in Windows PowerShell..."
    When you use cd without a parameter it uses the -Path parameter. In this case you'll have to escape the square brackets so they are not considered wildcards. Each of the commands in the first example does the exact same thing.
    cd 'Learn PowerShell `[Do Whatever`]'
    cd -Path 'Learn PowerShell `[Do Whatever`]'
    cd (or Set-Location) also has a literal path parameter (-LiteralPath) that does not require using an escape character (`) before each of the brackets. Hope this helps.
    cd -LiteralPath 'Learn PowerShell [Do Whatever]'

  • Assign Logical file name for the physical file path through Program

    Hi all,
    I am having a physical file which is getting generated dynamically. It is having the date and time stamp in its name which is added at runtime.
    Now I need to assign a logical file name for the physical file path through the program.
    Is there any FM or any other method to assign the same.
    Gaurav

    I think it is not possible. becuase the date & time added at runtime. so if you check the table  PATH you can find filename and their definitions

  • Find File and Spotlight not working....

    Hi all,
    Today, I used the find file command to search for survey I needed to print out. I searched for "survey" and nothing was found. I did the same thing in spotlight with the same results. I then searched through folders (the horror) and found the file I was looking for. After opening the file, both "find" and spotlight were able to find the document. A couple of hours ago, I did a search for "memo" - I've got many documents with the word memo in it - both find file and spotlight came up with no results. I did a quick search in the spotlight topic and someone suggested using Yasu to run all of the maintenances - same results. Does anyone know how to reset the index file, or whatever file OS X uses? I'm currently running OS 10.4.5.
    Bryan

    692/3138
    Hi Bryan,
    Even after so many threads, ideas and turnarounds found on these very Forums by Francine Schwieder and many other geniuses, discussing its doubtful behaviours and trying to make it work better,
    personally I don't think I can trust it anymore, rely on it to find something and to positively conclude it's not here if it doesn't find it.
    Even if one day I see it finds invisible files at last.
    That's why I use EasyFind.
    EasyFind always finds everything, just like Panther's Find (⌘F) feature used to, because it uses the same kind of indexing.
    Your problem looks like you just didn't give it enough time to index, but anyway, can you rely on it anymore after that?
    On my computer, EasyFind has always been stable, problem-free, and unfortunately a little slow.
    Enjoy (the other good aspects of) Tiger!
    Axl

  • HT4061 i lost my iphone how can i find it through find my iphone

    i lost my iphone how can i find it through find my iphone

    Well, Firstly, It Is Only Possible to find it using 'Find my iPhone' If location services are turned on on the device.
    you can track it using a computer or any iDevice.
    if you have a computer, login to www.icloud.com using yor iCloid credentials and click on Find My iPhone. You can track the device, provided location services are turned on and it is connected to the internet.
    if you have any iDevice, login to the 'Find My iPhone' App[Download it from app store for free if it isnt there already] and do the same.
    All the best

  • How to find Path from T-code in SPRO

    Dear All,
    Please tell me how find Path in SPRO if I know T-code
    Regards,
    Ishwar

    Dear Ishwar,
    <b>After entering T code SPRO - it takes you to Customizing : execute project,Click
    on SAP Reference IMG or simply press F5.Then click on Find Indicator(control +
    F),enter the text say for Example Order type Dependent parameters and click on
    Tick mark or press enter.</b>
    After getting the results,select one Row &  press enter.this will show the branch
    out.
    For Example Define order type - OPJH is the T code,now
    after clicking on find indicator,then give this text and
    search and then after getting the result,select that row
    and press enter.it will branch out.
    Regards
    Mangal

  • My iPhone 4s is stolen. How to find it through IMEI?

    Hello
    I have lost my iPhone 4s.
    I tried to find it through Find My iPhone but its not finding it.
    Also, i have IMEI number for my iPhone. How can i get my stolen iphone.
    Regards

    There is no other way to track it at all.
    Report it to the police and change your passwords.

  • My MacBook Pro has an SDXC card slot. I insert a SanDisk Memory Stick Pro Duo into slot but nothing happens and I can't find anything through finder or in utilities. Am I missing something or is it a faulty reader?

    My MacBook Pro has an SDXC card slot. I insert a SanDisk Memory Stick Pro Duo into slot but nothing happens and I can't find anything through finder or in utilities. Am I missing something or is it a faulty reader?

    The SD card slot ois for SD cards not Memory Sticks. hat is why nothing is happening. you will need a Memory stick reader that connects to one of the USB ports.

  • To find path for T.code in SPRO

    How to find path in SPRO  for T  code OMJX  and how to set default setting (user should be able to change if required ) for certain fields in MIGO for example -in excise tab - part 1 entry only which are not in personal setting.

    Hi,
    Go the Menu Path in SPRO
    Addition information>Display key>IMG activity the Last four alphabets always correspond to the transaction
    Customising PATH is MMIM>Settings for Enjoy transactions>Settings for Goods Movt MIGO->Field selection for MIGO
    regards,
    Lalita

  • I have lost my I phone, and I want to disable it. I couldn't find it through "I cloud" or "find my iphone"!! Can I disable it by using the serial No. or IMEI ? How?

    I have lost my I phone, and I want to disable it.
    I couldn't find it through "I cloud" or "find my iphone"!!
    Can I disable my lost I phone by using the serial No. or IMEI ? How?

    The only way to locate/disable/erase any lost/stolen iPhone/iPod Touch is through Find My Phone or a similar app. However, this requires that Find My Phone be setup/activated, on your phone, before it was lost/stolen. You would then login at iCloud.com & try to locate it. This requires the phone be turned on & have an Internet connection. There is no other way to locate a lost/stolen iPhone. Apple can't/won't help you, nor will your carrier. Report the loss to the Police, your carrier & Insurance company. Change all of your passwords.
    If your carrier offers Blacklisting & they Blacklist the phone, it will be unusable as a phone.
    If locked with a passcode, all a thief or whoever finds it has to do is force the phone into recovery mode & restore it. While this deletes all data on the phone, it also removes the passcode so the phone can then be used as a phone or touch.

  • Failure to find path error

    I trying to build my first single edition app. everything seems to going fine until the last screen "create app". When I click that I get this error: Failure to find path:/users/mycomputer/library/preferences/stagemanager.BD092818F67280F4B42B04877600987F1 11B594.1/Local Store/dmp/(publication name here)_2012_9_8_11_25_26/(publication name. Can anyone help figure out this error? What does it mean Local Store? I am a Adobe Cloud member. Do I still have to get a single edition serial number?
    thanks
    Chuck

    I just wanted to post here in case anyone else has this same problem that trashing the #SharedObjets and dmp folders in the Library Preferences directory resolved this for me.
    Chuck

  • Path-through authentication on WAP321 access point

    Dear colleagues!
    There is a task to perform webauth without entering username/password on WAP321 AP (path-through authentication).
    We need to eliminate captive portal page which requests username type-in. After connecting to the network user has to be redirected to company's website without any captive portal.
    How to achieve this?
    Thank you!
    Yuriy

    Hi Diane,
    This is a very good question that comes up every once in a while. As you can see from the answers in the links below,there are alot of factors that come into play. The consensus from everything I have read and experienced would be 20-25 users per AP depending on actual applications etc.
    Have a read for some great answers provided in this forum by some excellent "hands on" experts:
    http://forum.cisco.com/eforum/servlet/NetProf?page=netprof&forum=Wireless%20-%20Mobility&topic=General&CommCmd=MB%3Fcmd%3Dpass_through%26location%3Doutline%40%5E1%40%40.ee9a96d/2#selected_message
    http://forum.cisco.com/eforum/servlet/NetProf?page=netprof&forum=Wireless%20-%20Mobility&topic=General&CommCmd=MB%3Fcmd%3Dpass_through%26location%3Doutline%40%5E1%40%40.1dd6c0a5/0#selected_message
    http://forum.cisco.com/eforum/servlet/NetProf?page=netprof&forum=Wireless%20-%20Mobility&topic=Getting%20Started%20with%20Wireless&CommCmd=MB%3Fcmd%3Dpass_through%26location%3Doutline%40%5E1%40%40.1dd5f1ca/0#selected_message
    http://forum.cisco.com/eforum/servlet/NetProf?page=netprof&forum=Wireless%20-%20Mobility&topic=WLAN%20Radio%20Standards&CommCmd=MB%3Fcmd%3Dpass_through%26location%3Doutline%40%5E1%40%40.eeab5db/1#selected_message
    Here is a Cisco doc that relates to this question;
    Q. How many clients can associate to the AP?
    A. The AP has the physical capacity to handle 2048 MAC addresses. However, because the AP is a shared medium and acts as a wireless hub, the performance of each user decreases as the number of users increases on an individual AP. Ideally, not more than 24 clients should associate with the AP because the throughput of the AP is reduced with each client that associates to the AP.
    From this Q&A doc;
    http://www.cisco.com/en/US/products/hw/wireless/ps430/products_qanda_item09186a008009483e.shtml
    Hope this helps!
    Rob

  • Unable to link photos through Spotlight or Find

    There have been several postings on this subject but I believe none of them answer my problem.
    What used to be an easy exercise in previous Iphots has now as far as I can see become impossible unless I am missing something.
    I use a programme called Heredis for my Genealogy, previously I have been able to link to photos, certificates etc kept in iPhoto, but since updating to '08 all the links are broken. In Heredis there is a Media Manager which lists all the media by name in the past if a link should have broken I could use the find Media button and re attach the link, now nothing is found either in the Find or Spotlight, I have approx. 200 photos and certificates etc to re link.
    It is not possible to drag and drop in to the window in Heredis as it won't accept it.
    It would be possible to drag and drop on the original person who the photo or certificate applies but that would mean finding each person out of over 7000 people and reapplying the photo.
    I have tried the method of putting an alias of the Modified and Original folders on the desktop, but I can't search in those.
    Another possibility may be to find all the photos on iphoto and drag those in to a separate folder.
    But all this appears to be a very difficult way round what used to be a simple find and one click process.
    Has anybody any ideas, and does Apple read these postings and take note of the multitude of complaints about this 'improvement'

    As David:
    As a workaround open the library package and make an alias of the Originals and Modified folders and put them in the same folder as your genealogy application. Then you can use those aliased folder to find and link to the appropriate photo.
    Can you drag and drop from iPhoto into Heredis to link the photos?
    Do you Twango?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've written an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 08 libraries. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • Find function and spotlight - some reactions

    Hi,
    I just got at new iMac and I'm trying to get hip to what's what with Leopard. I hit a glitch when it came time to look for a file on the hard drive. Is it me or is the find function almost useless? (I've given up on Spotlight.) When I select File > Find... a window comes up that indicates the search is "This Mac". Why not use the name of the hard drive? Further along the top of this window, "Contents" is selected. (I want "File name".) Who wants to start a search with contents??? If I select a different hard drive, this row of options disappears and I just have the search field in the top right of the window. If I type into the search field, it goes back to searching content on my mac?!
    When you initiate a new search, the window is small and you inevitably have to resize the columns and window. And what's with the smart folder icon at the top of the window? For me, the results show too much info.
    Oh, and I still "like" the way it displays the file path of the found file. It's ok if the file isn't buried 10 folders deep or one has a gigantic 24" screen where resizing will show it. It seems that the find function has gotten progressively worse as the cats have come and gone. This will be unbearable at work where I have to search 100's of folders on a Windows share digging through 200,000 plus graphics and word pro files.
    Oh, I found out that when I select a file name to copy and paste it, the extension is not hilighted. Is this going to get stupid?
    And in the end, what prompted me to use the find file in the first place was I wanted to import the ical .abbu file to my new iMac. I just couldn't import this .abbu file from my other machine. Not migrating assistant, copying that iCal '.abbu' file into a folder--wherever that is on my iMac now--or importing the file using iCal will set my new iCal like the old one.
    Keith
    <Edited by Moderator>

    soehnk wrote:
    Hi,
    I just got at new iMac and I'm trying to get hip to what's what with Leopard. I hit a glitch when it came time to look for a file on the hard drive. Is it me or is the find function almost useless?
    It has some quirks, and it's not always obvious how to use it to its best, but it's far from useless.
    (I've given up on Spotlight.)
    I assume you mean the Spotlight menu. Spotlight still does the searching in Finder windows. And when you know its ins and outs (for instance, it searches both Contents and Name, you should adjust the categories listed in the menu thru the Spt Pref pane since only 20 items are listed, you can see the path to a listed item, or have it revealed in the Finder; you can use keywords for more targeted searches... and so on).
    When I select File > Find... a window comes up that indicates the search is "This Mac". Why not use the name of the hard drive?
    It's letting you search everything (all mounted volumes), not just the internal drive, giving you the widest possible search area. The bigger problem with this element is that the second "search area" option, which is the folder window you started in, isn't the default selection. I suppose the thinking there was that if you're looking in a folder and can't find what you want, you want to widen your search, not narrow it with more criteria. But most of us want that optional folder set as the default when we go into Find!
    Further along the top of this window, "Contents" is selected. (I want "File name".) Who wants to start a search with contents???
    I suppose the people who want to start with Contents aren't complaining, so we don't hear from them. But I agree that File Name should be the default. However, if you use Command-Shift-F instad of Command-F (or hold Shift while opening the File menu the Find command changes to Find By Name), you'll get a Search window whose first criterion bar is already set to "Name contains..." and you can go right for the file name.
    If I select a different hard drive, this row of options disappears and I just have the search field in the top right of the window. If I type into the search field, it goes back to searching content on my mac?!
    Yes, one of the ways to get out of a Search mode window is to click on something else for the window to display; it really should set the Search area to a disk or folder you click on. But when you do go back into Find mode by typing in the Search field, your optional Search area is now the volume you just clicked on.
    When you initiate a new search, the window is small and you inevitably have to the columns and window. And what's with the smart folder icon at the top of the window? For me, the results show too much info.
    If your search is in a current window rather than a new one, it inherits the size of the current window; try clicking the zoom button before you go into Find mode.
    Not sure what your beef with the Smart Folder icon in the window. The Find window isn't a regular folder, and it behaves just like a Smart Folder, really, and can be turned into a Smart Folder with a click of the Save button; this detail makes more sense to me than a regular folder icon or another icon altogether.
    I assume that by "show too much info" you mean the search isn't targeted enough and the list is too long? Because the only info it shows for each hit is the name, kind, and last opened date. It's missing the basic Size column, so even if you Find according to Size, you can't sort according to size! I'd call that not enough info!
    So, I'm guessing you mean "too much info" as "too many files that don't match what I'm looking for". But you can narrow your search all sorts of ways both in the Search field with multiple words, literal strings, boolean operators ("this AND that" "this OR that but NOT the other thing") and in as many criteria bars as you want to define kind, created or modified dates, folders not files, a partial file resize name PLUS a few words of the content....
    Oh, and I still "like" the way it displays the file path of the found file. It's ok if the file isn't buried 10 folders deep or one has a gigantic 24" screen where resizing will show it. It seems that the find function has gotten progressively worse as the cats have come and gone. This will be unbearable at work where I have to search 100's of folders on a Windows share digging through 200,000 plus graphics and word pro files.
    Are you referring to the squeezed-up list of folders in the Path bar at the bottom of the window? Hovering your cursor over any of the squeezed-up names shows you the full names of the interim files.
    As for digging through 200K files... again, narrowing your search with parameters like "name contains..." "modified before/after" "kind is image" or "kind is JPEG" and so on... all this is available to dig through that mountain, and it's the same kind of parameters you'd have to define for any search engine to know what you want and narrow the choices.
    Oh, I found out that when I select a file name to copy and paste it, the extension is not hilighted. Is this going to get stupid?
    Well, here we totally disagree. The non-hilite on the extension is a boon - you can select a name and rename the file without having to retype the extension. When you want the name with the extension, just select the file (not the name) and choose Copy - you can paste the whole name that way. (Other info is copied with a select-and-Copy procedure. Depending on where you do the paste, you get different things: it copies the icon, too, so if you want to paste it in a Get Info window as a custom icon, you can use that; it copies the entire file, to, so you can Copy a file in one folder and Paste it in another. The Mac pretty much knows which part of the copied info you want to use based on where you do the pasting.)
    And in the end, what prompted me to use the find file in the first place was I wanted to import the ical .abbu file to my new iMac. I just couldn't import this .abbu file from my other machine. Not migrating assistant, copying that iCal '.abbu' file into a folder--wherever that is on my iMac now--or importing the file using iCal will set my new iCal like the old one.
    .abbu is for Address Book, .icbu is for iCal - I assume this was just a typo on your part. But whichever one you meant, I have no trouble finding either one (not that I had them before I tested this based on your comment, since I use Time Machine for backing them up). However, I created both program-based backups, and each was instantly found both thru the Spotlight menu and a Search window with no problem. the icbu file's Kind is iCal Backup file; searching by Kind is "iCal Backup" should get it for you. The abbu file Kind is "Address Book Archive FIle"; searching for Kind is with that whole, or partial, description should help you find it.
    sharon

Maybe you are looking for