Sort downloads by file name not type?

Wondering if anyone can help me here. I'm trying to either make a script or automator workflow that will sort my downloads by file name, not file type.
To cut to the point, I'd like say Reno 911, The Daily Show and the Colbert Report to go to a Comedy Central folder, My shows to go to my folder and my wife's to go to hers, just keep the downloads tidy as they come in instead of having to clean the downloads folder manually every day.
There a easy way to do this?

Why not have two separate user accounts - your's and your wife's. Then she can select her own download folder in Safari preferences, and you can select yours. Set up the folder to display in List View and click on the Name column as the sort column (twice for descending order.)

Similar Messages

  • How I can sort music files (audiobook) in music player on iPhone by file name, not by title name?

    I have audiobook of abt.500 files, all titles are the name of the book. iPhone music player does not understand sorting by file names, but by title, hterfore it plays files chaotic. So, how I can sort audiobook files in music player by file name, not by title name?

    I have the same problem.
    I've went through the pains of merging all chapters into one big file for each and every audiobook, so that at least the chapters don't get played in random order. Month and month of work….. In iTunes 12.01. I can now order my audiobooks by title or by author.
    But once they're uploaded to my blo*dy expensive iPhone 6Plus 128 (which I bought especially to have all my music and my audiobooks on one device) my audiobooks are NOT sorted by author, but by Title.
    So, let's say I have 15 books by Ken Follet, they don't appear as Ken Follet > Title of the book but they are sorted alphabetically with all the other titles of other authors.
    iPods where originally designed for music and audiobooks, but each and every version of iOS makes handling your music and especially your audiobooks harder and harder….
    I am very disappointed and after so many years of using apple, I am considering to move on to android devices.

  • Getting error logical file name not maintained adequtely

    Hi,
    when i execute a z report and press the download botton getting error logical file name not maintained adequtely,see long text.
    Below code i wriien. Please somebody help..
        DATA: lt_rows TYPE lvc_t_row.
        CASE e_ucomm.
          WHEN 'DOWNL'.
    Determine and construct OS specific file name                        *
            PERFORM get_file_name_for_os.
    in the  above perform , i wriien
    FORM build_file_name USING pf_os
                               pf_with_file_extension
                               pf_param_1
                               pf_format
                               pf_fname.
      DATA: lf_para1(20) TYPE c.
    pf_param_1 hold the materialnr with leading zeros not prefered in    *
    download file name                                                   *
      WRITE pf_param_1 TO lf_para1.
      CALL FUNCTION 'FILE_GET_NAME'
        EXPORTING
      CLIENT                        = SY-MANDT
          logical_filename              = 'Z_MATERIAL_BOM_FILE'
          operating_system              = pf_os
          parameter_1                   = lf_para1
      PARAMETER_2                   = ' '
      PARAMETER_3                   = ' '
      USE_PRESENTATION_SERVER       = ' '
          with_file_extension           = pf_with_file_extension
      USE_BUFFER                    = ' '
        IMPORTING
      EMERGENCY_FLAG                =
        file_format                   = pf_format
        file_name                     = pf_fname
    EXCEPTIONS
       file_not_found                = 1
       OTHERS                        = 2
    Error handling.
      CASE sy-subrc.
        WHEN '1'.
          MESSAGE e014(ba) WITH 'Z_MATERIAL_BOM_FILE'.                     "error message i am getting      LEAVE.
        WHEN '2'.
          MESSAGE e213(ky) WITH 'Z_MATERIAL_BOM_FILE'.
          LEAVE.
      ENDCASE.

    Hi.
    In file txn,
    click on "Logical File Name Definition, Cross-Client" from the left.
    Then click position and check for your logical file name.
    If you dont get it, it means you need to create it. You can click on New Entries to create.
    Thanks
    Mani

  • PE9 - sort photos by file name?

    PE9 - how can I sort photos by file name so I can drag and drop into the timeline?

    Date is all I want to sort by, so for me it is a better way than filename. Originally they were sorted by name on iOS devices (up to iOS 3.1.3), but Apple must have decided (possibly via feedback) that capture date was a better way. You can always try leaving feedback and maybe in the future there will be a choice : http://www.apple.com/feedback/ipad.html
    If you want to sort them in a different order then you can do so if you use a Mac and transfer the photos via iPhoto or Aperture. Otherwise you can either manipulate their capture dates prior to syncing so that they are in the order you want (http://support.apple.com/kb/HT4221), or there are third-party apps in the iTunes App Store that apparently allow sorting e.g. Photo-Sort for iPad or Sort Shorts iPad Edition

  • Some chinese character file name not uploading in SharePoint Document Library?

    Hi
    Some Chinese character pdf file name not uploading in SharePoint Document Library. I am getting following error.
    1. File not found error if i would upload using file browse option in Doc Lib.
    2. Can't read from the source file or disk. if i would tried to copy and paste using "Open with explorer" options.
    File name is "LA(未签署).pdf"
    Note: This file has been converted from "TIFF" to "PDF".
    Thanks & Regards
    Poomani Sankaran

    Hi Poomani,
    For troubleshooting your issue, please let's verify the followings:
    Whether other pdf file which are not converted from "TIFF" and contain Chinese char could be uploaded into the SharePoint Document library.
    Whether other pdf file which are converted from "TIFF" and don't contain Chinese char could be uploaded into the SharePoint Document library.
    Please upload these pdf files into other libraries, compare the result.
    Please check the log file to find more information about this issue. The path of the log file is:
    C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\LOGS.
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • Sort order of file names in list windows

    Why is the sort order of file names in the File > Open File...
    list window other than in a normal Finder list window?
    Example:
    File > Open...:
    @@@2Know.pages
    @@@2KnowQ.pages
    @@@@@2Do.pages
    @@@@eBayAmaz.pages
    @@@@pws.pages
    @@@@Sold-DE.pages
    @@@@Sold-UK.pages
    Finder Window:
    @@@@@2Do.pages
    @@@@eBayAmaz.pages
    @@@@pws.pages
    @@@@Sold-DE.pages
    @@@@Sold-UK.pages
    @@@2Know.pages
    @@@2KnowQ.pages
    How could both lists be displayed equal?
    Thanks!

    Run this short script
    set theFolder to choose folder
    set theNames to list folder theFolder
    set texte to ""
    repeat with n in theNames
    --set n to n as text
    set texte to texte & n & return
    repeat with i from 1 to count of n
    set texte to texte & (ASCII number of character i of n) & " , "
    end repeat
    set texte to texte & return
    end repeat
    set p2d to path to desktop
    set rapport to "the characters.txt"
    tell application "Finder"
    if exists file rapport of p2d then delete file rapport of p2d
    set theRapport to (make new file at p2d with properties {name:rapport})
    end tell
    write texte to (theRapport as alias) starting at 1
    navigate to the folder whose list seems curious.
    You will get a file named "the characters.txt" on the desktop.
    It will show the code of every character embedded in fileNames.
    My guess is that there are some control characters which aren't treated the same by the open dialog and by the Finder.
    Here is an example:
    .DS_Store
    46 , 68 , 83 , 95 , 83 , 116 , 111 , 114 , 101 ,
    base Kbase - copie 1.cwk
    98 , 97 , 115 , 101 , 32 , 75 , 98 , 97 , 115 , 101 , 32 , 45 , 32 , 99 , 111 , 112 , 105 , 101 , 32 , 49 , 46 , 99 , 119 , 107 ,
    base Kbase - copie.cwk
    98 , 97 , 115 , 101 , 32 , 75 , 98 , 97 , 115 , 101 , 32 , 45 , 32 , 99 , 111 , 112 , 105 , 101 , 46 , 99 , 119 , 107 ,
    base Kbase.cwk
    98 , 97 , 115 , 101 , 32 , 75 , 98 , 97 , 115 , 101 , 46 , 99 , 119 , 107 ,
    exemple wKbase
    101 , 120 , 101 , 109 , 112 , 108 , 101 , 32 , 119 , 75 , 98 , 97 , 115 , 101 ,
    Icon
    73 , 99 , 111 , 110 , 13 ,
    safe
    115 , 97 , 102 , 101 ,
    scripts pour Kbase
    115 , 99 , 114 , 105 , 112 , 116 , 115 , 32 , 112 , 111 , 117 , 114 , 32 , 75 , 98 , 97 , 115 , 101 ,
     w_Kbase vers AW.scpt
    240 , 32 , 119 , 95 , 75 , 98 , 97 , 115 , 101 , 32 , 118 , 101 , 114 , 115 , 32 , 65 , 87 , 46 , 115 , 99 , 112 , 116 ,
    Yvan KOENIG (from FRANCE samedi 7 mars 2009 23:14:15)

  • I only must have back the sort feature via file names, lost in PhSE11 (my current version). !! Sham

    I only must have back the sort feature via file names, lost in PhSE 11 (my current version). !! Shame o the one who have had this  stupid idea, far away from any situation in practice! Why I have now to  pay so much money for an upgrade to PE12??

    Judy444 wrote:
    .. Is there a How To beginners tutorial for this program?
    here: http://www.apple.com/findouthow/movies/
    and the built-in Help of iMovie (as any other Apple app) explains a lot..

  • CS6 Pshop - Alerts at startup; "All Readable Documents" not defaulting at opening; Format in file name not same as Format list when saving file

    Just downloaded CS6 Design Standard. System - OS10.6.8 (about to upgrade to 10.8), iMac 27 i5Intel 4core 12GBram 2.66Ghz
    As Pshop opens, I get three alerts...
    1 - Could not load Enable Async I/O module because does not work with this version of Photoshop
    2 - Could not load Multiprocessor Support module because does not work with this version of Photoshop
    3 - Could not load FastCore Routines module because does not work with this version of Photoshop
    Then asks if I want to be connected to internet or something like that. Then Pshop opens even before I click OK
    None of these happened with CS5.5
    I realize CS6 is 64bit. I have CS5.5 set at 32bit because of plugins.
    Two issues I've noticed so far with CS6.
    1 - As I open a document, the Enable selections drop down at bottom of window is not set on anything. I have to always select the All Readable Documents. Not the case in CS5.5 which was always default at All Readable Documents. Could not find anything in Prefs to this issue.
    2 - When saving a document, whether RGB or CMYK, the drop down Format selections are not accurate. The first three or four do read correctly as correlating with the suffix (.jpg .tif etc) in the file name at top of window. But then the subsequent format selections below third or fourth one read as the one above it in the list.
    eg: as RGB file: Saving through BMP indicates same in file name at top (.bmp). However, the next choice below that, Gif, still shows as .bmp in file name at top. And so on to bottom of list. Same with CMYK file.
    Never saw this in CS5.5.
    When I initially installed CS6, I noticed only item in the Plugins folder was Panels folder.... no other plugins. I thought this to be a download error of some sort and dragged basic plugins from 5.5 into 6 Plugins folder. Could this be the problem? Otherwise, I would have NO plugins in CS6
    I have downloaded CS6 twice now thinking the first was corrupted. I used both download options on Adobe page - Akamai and standard
    Same issues with both. One response stated this all to be a plugins problem. I have uninstalled "after market" plugins from both 5.5 & 6 SuperBladePro was the only one. Restarted CS6. Still same problems. Only items in Plugins are what came with program.

    I owe an apology to the previous responder Chris C, to this issue. I misread his solution thinking he meant I needed to delete ONLY the "additional" plugins like SBPro. Which I did. But rereading, I see he meant ALL the plugins I dragged from 5.5 because the 6 plugins folder was empty.
    I thought it was corrupted in download. So if you guys get points for solutions, be sure Chris gets a few since I responded saying it did not work.
    In fact, after removing the 5.5 plugins from 6, everything is working fine.
    Plus I didn't know the 6 plugin folder was for the "after markets" like SBPro which is good to know.
    Also thanks for the fairly quick response. I'm typically dubious about forums as troubleshooting solutions.
    Kinda like sending a message in a bottle out to sea. Never know when it's coming back.
    Sometimes issues are urgent. Your response team has encouraged me greatly  :-)
    But still bummed that Chats do not support CS6 however.

  • File Name Not Changing

    I am downloading some files via Safari. I then click the file name and paste the preferred name (usually in column view) copied off the Safari window. After a few, Finder stops allowing me to make any changes. I can get the name to open as if it can be changed, but anything I type will not take. I force quit finder and it works ok again. I have had this occur now and again throughout many 10.4 versions. Sometimes I can paste dozens of names, just now I did 1 and it stopped taking the change. Key commands to close windows also then stop working. Though force quit key command brings up that window. Changing name in Info window does not work. Keyboard viewer clicking letters does not work, though keyboard viewer clearly shows the key's typed are recognized. Often these changes pull up a window asking me if I really want to add a particular extension.
    Why does this happen and is there a more permanent fix?
    Or any simpler fix than restarting the finder?
    thanx

    Absolutely, it can do this.
    In the import dialog's filename box, pull down the list and choose "Edit" to edit your filename preset. You will then be able to create a custom preset with a three digit sequence number.
    I've done exactly this myself.

  • File name not showing in grid view

    I just upgraded to LR 5.4 and I noticed that now when I am in grid view, only the capture date and dimensions show on the image when I run my cursor over it. I used to get a quick pop-up with the file name, capture date & dimensions, so I can quickly see where I am in my numbering system. I have looked at the preferences and also in view, but it is not apparent to me where it went, plus I know I didn't change anything, intentionally.
    BTW, I also upgraded to Mavericks OS on my iMac, but I hope that is not what is wrong. I know Adobe put out a bunch of "patches" for Bridge, etc. but I have already downloaded and updated all that.

    When you are in Library module/Grid mode, the text that appears in the hovering action is controlled by the Info Overlay. The Info Overlay has three states: Off, Info 1 and Info 2.
    Go to View>Loupe Overlay and put a check mark next to the Overlay you wish to be active and your hovering enabled text will change to match that text. 

  • *** cant I sort photos by file name?

    Is apple that retarted that it thinks date is a better way than file name?  Are they that full of them selves to not realize people should have an option in photo sorting?
    I am a profesional phtogographer and Photo Editor of an international magazine, and I purchased the Ipad to use it to review and shor portfolios.  It is absolutly useless to me, if it re-orders images differently then I have them set.

    Date is all I want to sort by, so for me it is a better way than filename. Originally they were sorted by name on iOS devices (up to iOS 3.1.3), but Apple must have decided (possibly via feedback) that capture date was a better way. You can always try leaving feedback and maybe in the future there will be a choice : http://www.apple.com/feedback/ipad.html
    If you want to sort them in a different order then you can do so if you use a Mac and transfer the photos via iPhoto or Aperture. Otherwise you can either manipulate their capture dates prior to syncing so that they are in the order you want (http://support.apple.com/kb/HT4221), or there are third-party apps in the iTunes App Store that apparently allow sorting e.g. Photo-Sort for iPad or Sort Shorts iPad Edition

  • The Downloaded PDF file does not contain the Signature through BSP pages

    HI,
    We have an requirement for Distributing the FORM 16 to all Employee's through our Website, where the user will login and download his own FORM 16 ( TDS Certificate)
    This FORM 16 ( TDS Certificate ) is generated in SAP ( ECC 6.0 ) in Payroll Module.
    To satisfy the above requirement we have done the following steps.
    1) First we have modified the standards SAP Sapscript(Layout) to incorporate the Signature of Authorised Payroll Person. 
    We have done this by uploading the BMP file ( though t-code SE78 ) and then calling this file in the Standards layout which prints the FORM 16 document.
    2) WE also Modifed the Dirver program to Download the above document in a .PDF  file. 
    The Program creates the seperate file for each employee and assigns the employee number as a file name to each downloaded file. These all files are downloaded on a Users Machine.
    We opened the Downloaded .PDF files, and checked for the Signatures. The Signature were comming perfect as it ws uploaded.
    3) We uploaded these all FORM 16 PDF file off all emlpoyee's to a different SERVER ( BW 7.0 ). With the help of BASIS person, using the FTP utility.
    4) We wrote a BSP program to download this ulploaded PDF Files.
    BUT we are facing a PROBLEM in the DOWNLOADED PDF file.
    The Downloaded file does not contain the Signature which is there is the Original file we uploded this server.
    All other data in the dowloaded PDF file is Perfect other than the Signature.
    When we open the downlaoded PDF file it give's following  message on the Signautre page.
    " Xobject not found named 00013"
    The number of the Object comes different to different files.
    We are using Function module 'SCMS_STRING_TO_XSTRING' to Convert string to Xstring
    We are using the the " CALL METHOD CL_BSP_UTILITY=>DOWNLOAD" for downloading the PDF file.
    Please suggest some solution if you can
    Thanks in advnace.
    Re
    GAGAN

    HI,
    We have an requirement for Distributing the FORM 16 to all Employee's through our Website, where the user will login and download his own FORM 16 ( TDS Certificate)
    This FORM 16 ( TDS Certificate ) is generated in SAP ( ECC 6.0 ) in Payroll Module.
    To satisfy the above requirement we have done the following steps.
    1) First we have modified the standards SAP Sapscript(Layout) to incorporate the Signature of Authorised Payroll Person. 
    We have done this by uploading the BMP file ( though t-code SE78 ) and then calling this file in the Standards layout which prints the FORM 16 document.
    2) WE also Modifed the Dirver program to Download the above document in a .PDF  file. 
    The Program creates the seperate file for each employee and assigns the employee number as a file name to each downloaded file. These all files are downloaded on a Users Machine.
    We opened the Downloaded .PDF files, and checked for the Signatures. The Signature were comming perfect as it ws uploaded.
    3) We uploaded these all FORM 16 PDF file off all emlpoyee's to a different SERVER ( BW 7.0 ). With the help of BASIS person, using the FTP utility.
    4) We wrote a BSP program to download this ulploaded PDF Files.
    BUT we are facing a PROBLEM in the DOWNLOADED PDF file.
    The Downloaded file does not contain the Signature which is there is the Original file we uploded this server.
    All other data in the dowloaded PDF file is Perfect other than the Signature.
    When we open the downlaoded PDF file it give's following  message on the Signautre page.
    " Xobject not found named 00013"
    The number of the Object comes different to different files.
    We are using Function module 'SCMS_STRING_TO_XSTRING' to Convert string to Xstring
    We are using the the " CALL METHOD CL_BSP_UTILITY=>DOWNLOAD" for downloading the PDF file.
    Please suggest some solution if you can
    Thanks in advnace.
    Re
    GAGAN

  • Problem with getting the file name and type from OAMessageFileUploadBean

    Hi Tapash,
    I am trying the code below to get the file name and mime type from OAMessageFileUploadBean,
    DataObject fileUploadData = (DataObject)pageContext.getNamedDataObject("Documents");
    String uFileName = (String)fileUploadData.selectValue(null, "UPLOAD_FILE_NAME");
    String contentType = fileUploadData.selectValue(null, "UPLOAD_FILE_MIME_TYPE");
    But this piece of code gives errors saying that selectValue selectValue(null, java.lang.String) not found in class oracle.svc.DataObject
    Any ideas? why this code is giving error?
    Can i handle the event of browse button for OAMessageFileUploadBean?
    Regards,
    Nagesh Manda.

    Try using class oracle.cabo.ui.data.DataObject
    --Shiv                                                                                                                                                                                                       

  • File name not valid

    So I opened a PDF file in Adobe Reader to print it. I noticed that I needed to make a change and so I opened it in PS (closing it in Reader). There I made the correction and attempted to save the file and was given an error "could not save file because the file name you provided is not valid". This happens a lot.
    Sometimes when this happens it is not a big deal. I just save as a different file. Today however, when I attempted to re-open that file it had been corrupted and was no longer readable by PS or Reader and is giving the error 'access denied'. Is the file lost forever?

    It is because there is no obligation to respond that I take exception to the gentleman's kurt response. He could have moved on to the next post but instead chose to thrash a new user with his superior uncapling hand. You are a people who I do not understand.
    It is clear from our experience over the past year that CC is not ready for 'prime time'. We use it because they stopped selling regular product and require us to use the elaborate 'Creative Cloud' that does far more than we need, and does it badly. I am only trying to pile on here in hopes that I and others comments will bring to bear an urgent upgrade by Adobe that will address the synch issues.
    That said, we are up to date with Creative Cloud PS 14. We used it to create a PSD, then a JPG, then a PDF. This is necessary because we can not reliably print from PS directly without mayhem caused on our KonicaMinolta bizhub C224e printer. We create a JPG first because the PDFs come out as multi-gig files for some reason even when we do de-select the 'Layers' box in the Save As window. Finally we save a PDF from the JPG and open it in Reader to print the thing.
    Specifications, per Mylenium's request, below:
    Adobe Photoshop Version: 14.2.1 (14.2.1 20140207.r.570 2014/02/07:23:00:00) x64
    Operating System: Windows 7 64-bit
    Version: 6.1 Service Pack 1
    System architecture: AMD CPU Family:15, Model:2, Stepping:0 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2
    Physical processor count: 3
    Logical processor count: 6
    Processor speed: 3511 MHz
    Built-in memory: 8094 MB
    Free memory: 2304 MB
    Memory available to Photoshop: 7096 MB
    Memory used by Photoshop: 60 %
    Image tile size: 132K
    Image cache levels: 4
    Font Preview: Medium
    TextComposer: Latin
    Display: 1
    Display Bounds: top=0, left=0, bottom=1024, right=1280
    OpenGL Drawing: Enabled.
    OpenGL Allow Old GPUs: Not Detected.
    OpenGL Drawing Mode: Advanced
    OpenGL Allow Normal Mode: True.
    OpenGL Allow Advanced Mode: True.
    AIFCoreInitialized=1
    AIFOGLInitialized=1
    OGLContextCreated=1
    NumGPUs=1
    gpu[0].OGLVersion="3.0"
    gpu[0].MemoryMB=2048
    gpu[0].RectTextureSize=16384
    gpu[0].Renderer="AMD Radeon HD 7450"
    gpu[0].RendererID=26489
    gpu[0].Vendor="ATI Technologies Inc."
    gpu[0].VendorID=4098
    gpu[0].HasNPOTSupport=1
    gpu[0].DriverVersion="9.12.0.0"
    gpu[0].Driver="aticfx64.dll,aticfx64.dll,aticfx64.dll,aticfx32,aticfx32,aticfx32,atiumd64. dll,atidxx64.dll,atidxx64.dll,atiumdag,atidxx32,atidxx32,atiumdva,atiumd6a.cap,atitmm64.dl l"
    gpu[0].DriverDate="20121219000000.000000-000"
    gpu[0].CompileProgramGLSL=1
    gpu[0].TestFrameBuffer=1
    gpu[0].OCLPresent=1
    gpu[0].OCLVersion="1.2 AMD-APP (1084.4)"
    gpu[0].CUDASupported=0
    gpu[0].OCLBandwidth=0
    gpu[0].glGetString[GL_SHADING_LANGUAGE_VERSION]="4.20"
    gpu[0].glGetProgramivARB[GL_FRAGMENT_PROGRAM_ARB][GL_MAX_PROGRAM_INSTRUCTIONS_ARB]=[214748 3647]
    gpu[0].glGetIntegerv[GL_MAX_TEXTURE_UNITS]=[8]
    gpu[0].glGetIntegerv[GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS]=[32]
    gpu[0].glGetIntegerv[GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS]=[16]
    gpu[0].glGetIntegerv[GL_MAX_TEXTURE_IMAGE_UNITS]=[16]
    gpu[0].glGetIntegerv[GL_MAX_DRAW_BUFFERS]=[8]
    gpu[0].glGetIntegerv[GL_MAX_VERTEX_UNIFORM_COMPONENTS]=[16384]
    gpu[0].glGetIntegerv[GL_MAX_FRAGMENT_UNIFORM_COMPONENTS]=[16384]
    gpu[0].glGetIntegerv[GL_MAX_VARYING_FLOATS]=[128]
    gpu[0].glGetIntegerv[GL_MAX_VERTEX_ATTRIBS]=[29]
    gpu[0].extension[AIF::OGL::GL_ARB_VERTEX_PROGRAM]=1
    gpu[0].extension[AIF::OGL::GL_ARB_FRAGMENT_PROGRAM]=1
    gpu[0].extension[AIF::OGL::GL_ARB_VERTEX_SHADER]=1
    gpu[0].extension[AIF::OGL::GL_ARB_FRAGMENT_SHADER]=1
    gpu[0].extension[AIF::OGL::GL_EXT_FRAMEBUFFER_OBJECT]=1
    gpu[0].extension[AIF::OGL::GL_ARB_TEXTURE_RECTANGLE]=1
    gpu[0].extension[AIF::OGL::GL_ARB_TEXTURE_FLOAT]=1
    gpu[0].extension[AIF::OGL::GL_ARB_OCCLUSION_QUERY]=1
    gpu[0].extension[AIF::OGL::GL_ARB_VERTEX_BUFFER_OBJECT]=1
    gpu[0].extension[AIF::OGL::GL_ARB_SHADER_TEXTURE_LOD]=1
    License Type: Subscription
    Serial number: 91190488316282957975
    Application folder: C:\Program Files\Adobe\Adobe Photoshop CC (64 Bit)\
    Temporary file path: C:\Users\Owner\AppData\Local\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      Startup, 931.4G, 518.0G free
    Required Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CC (64 Bit)\Required\Plug-Ins\
    Primary Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CC (64 Bit)\Plug-ins\
    Installed components:
       ACE.dll   ACE 2013/10/29-11:47:16   79.548223   79.548223
       adbeape.dll   Adobe APE 2013/02/04-09:52:32   0.1160850   0.1160850
       AdobeLinguistic.dll   Adobe Linguisitc Library   7.0.0  
       AdobeOwl.dll   Adobe Owl 2013/10/25-12:15:59   5.0.24   79.547804
       AdobePDFL.dll   PDFL 2013/10/29-11:47:16   79.508720   79.508720
       AdobePIP.dll   Adobe Product Improvement Program   7.0.0.1786  
       AdobeXMP.dll   Adobe XMP Core 2013/10/29-11:47:16   79.154911   79.154911
       AdobeXMPFiles.dll   Adobe XMP Files 2013/10/29-11:47:16   79.154911   79.154911
       AdobeXMPScript.dll   Adobe XMP Script 2013/10/29-11:47:16   79.154911   79.154911
       adobe_caps.dll   Adobe CAPS   7,0,0,21  
       AGM.dll   AGM 2013/10/29-11:47:16   79.548223   79.548223
       ahclient.dll    AdobeHelp Dynamic Link Library   1,8,0,31  
       aif_core.dll   AIF   5.0   79.534508
       aif_ocl.dll   AIF   5.0   79.534508
       aif_ogl.dll   AIF   5.0   79.534508
       amtlib.dll   AMTLib (64 Bit)   7.0.0.249 BuildVersion: 7.0; BuildDate: Thu Nov 14 2013 15:55:50)   1.000000
       ARE.dll   ARE 2013/10/29-11:47:16   79.548223   79.548223
       AXE8SharedExpat.dll   AXE8SharedExpat 2011/12/16-15:10:49   66.26830   66.26830
       AXEDOMCore.dll   AXEDOMCore 2011/12/16-15:10:49   66.26830   66.26830
       Bib.dll   BIB 2013/10/29-11:47:16   79.548223   79.548223
       BIBUtils.dll   BIBUtils 2013/10/29-11:47:16   79.548223   79.548223
       boost_date_time.dll   DVA Product   7.0.0  
       boost_signals.dll   DVA Product   7.0.0  
       boost_system.dll   DVA Product   7.0.0  
       boost_threads.dll   DVA Product   7.0.0  
       cg.dll   NVIDIA Cg Runtime   3.0.00007  
       cgGL.dll   NVIDIA Cg Runtime   3.0.00007  
       CIT.dll   Adobe CIT   2.1.6.30929   2.1.6.30929
       CITThreading.dll   Adobe CITThreading   2.1.6.30929   2.1.6.30929
       CoolType.dll   CoolType 2013/10/29-11:47:16   79.548223   79.548223
       dvaaudiodevice.dll   DVA Product   7.0.0  
       dvacore.dll   DVA Product   7.0.0  
       dvamarshal.dll   DVA Product   7.0.0  
       dvamediatypes.dll   DVA Product   7.0.0  
       dvaplayer.dll   DVA Product   7.0.0  
       dvatransport.dll   DVA Product   7.0.0  
       dvaunittesting.dll   DVA Product   7.0.0  
       dynamiclink.dll   DVA Product   7.0.0  
       ExtendScript.dll   ExtendScript 2013/10/30-13:12:12   79.546835   79.546835
       FileInfo.dll   Adobe XMP FileInfo 2013/10/25-03:51:33   79.154511   79.154511
       filter_graph.dll   AIF   5.0   79.534508
       icucnv40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       icudt40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       imslib.dll   IMSLib DLL   7.0.0.145  
       JP2KLib.dll   JP2KLib 2013/10/29-11:47:16   79.248139   79.248139
       libifcoremd.dll   Intel(r) Visual Fortran Compiler   10.0 (Update A)  
       libiomp5md.dll   Intel(R) OMP Runtime Library   5.0  
       libmmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   12.0  
       LogSession.dll   LogSession   2.1.2.1785  
       mediacoreif.dll   DVA Product   7.0.0  
       MPS.dll   MPS 2013/10/29-11:47:16   79.535029   79.535029
       msvcm80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcm90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcp100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcp80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcp90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcr100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcr80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcr90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       PatchMatch.dll   PatchMatch 2013/10/29-11:47:16   79.542390   79.542390
       pdfsettings.dll   Adobe PDFSettings   1.04  
       Photoshop.dll   Adobe Photoshop CC   CC  
       Plugin.dll   Adobe Photoshop CC   CC  
       PlugPlugOwl.dll   Adobe(R) CSXS PlugPlugOwl Standard Dll (64 bit)   4.2.0.36  
       PSArt.dll   Adobe Photoshop CC   CC  
       PSViews.dll   Adobe Photoshop CC   CC  
       SCCore.dll   ScCore 2013/10/30-13:12:12   79.546835   79.546835
       ScriptUIFlex.dll   ScriptUIFlex 2013/10/30-13:12:12   79.546835   79.546835
       svml_dispmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   12.0  
       tbb.dll   Intel(R) Threading Building Blocks for Windows   4, 1, 2012, 1003  
       tbbmalloc.dll   Intel(R) Threading Building Blocks for Windows   4, 1, 2012, 1003  
       updaternotifications.dll   Adobe Updater Notifications Library   7.0.1.102 (BuildVersion: 1.0; BuildDate: BUILDDATETIME)   7.0.1.102
       WRServices.dll   WRServices Mon Feb 25 2013 16:09:10   Build 0.19078   0.19078
    Required plug-ins:
       3D Studio 14.2.1 (14.2.1 x001)
       Accented Edges 14.2.1
       Adaptive Wide Angle 14.2.1
       Angled Strokes 14.2.1
       Average 14.2.1 (14.2.1 x001)
       Bas Relief 14.2.1
       BMP 14.2.1
       Camera Raw 8.4.1
       Camera Raw Filter 8.4.1
       Chalk & Charcoal 14.2.1
       Charcoal 14.2.1
       Chrome 14.2.1
       Cineon 14.2.1 (14.2.1 x001)
       Clouds 14.2.1 (14.2.1 x001)
       Collada 14.2.1 (14.2.1 x001)
       Color Halftone 14.2.1
       Colored Pencil 14.2.1
       CompuServe GIF 14.2.1
       Conté Crayon 14.2.1
       Craquelure 14.2.1
       Crop and Straighten Photos 14.2.1 (14.2.1 x001)
       Crop and Straighten Photos Filter 14.2.1
       Crosshatch 14.2.1
       Crystallize 14.2.1
       Cutout 14.2.1
       Dark Strokes 14.2.1
       De-Interlace 14.2.1
       Dicom 14.2.1
       Difference Clouds 14.2.1 (14.2.1 x001)
       Diffuse Glow 14.2.1
       Displace 14.2.1
       Dry Brush 14.2.1
       Eazel Acquire 14.2.1 (14.2.1 x001)
       Embed Watermark 4.0
       Entropy 14.2.1 (14.2.1 x001)
       Extrude 14.2.1
       FastCore Routines 14.2.1 (14.2.1 x001)
       Fibers 14.2.1
       Film Grain 14.2.1
       Filter Gallery 14.2.1
       Flash 3D 14.2.1 (14.2.1 x001)
       Fresco 14.2.1
       Glass 14.2.1
       Glowing Edges 14.2.1
       Google Earth 4 14.2.1 (14.2.1 x001)
       Grain 14.2.1
       Graphic Pen 14.2.1
       Halftone Pattern 14.2.1
       HDRMergeUI 14.2.1
       IFF Format 14.2.1
       Ink Outlines 14.2.1
       JPEG 2000 14.2.1
       Kurtosis 14.2.1 (14.2.1 x001)
       Lens Blur 14.2.1
       Lens Correction 14.2.1
       Lens Flare 14.2.1
       Liquify 14.2.1
       Matlab Operation 14.2.1 (14.2.1 x001)
       Maximum 14.2.1 (14.2.1 x001)
       Mean 14.2.1 (14.2.1 x001)
       Measurement Core 14.2.1 (14.2.1 x001)
       Median 14.2.1 (14.2.1 x001)
       Mezzotint 14.2.1
       Minimum 14.2.1 (14.2.1 x001)
       MMXCore Routines 14.2.1 (14.2.1 x001)
       Mosaic Tiles 14.2.1
       Multiprocessor Support 14.2.1 (14.2.1 x001)
       Neon Glow 14.2.1
       Note Paper 14.2.1
       NTSC Colors 14.2.1 (14.2.1 x001)
       Ocean Ripple 14.2.1
       Oil Paint 14.2.1
       OpenEXR 14.2.1
       Paint Daubs 14.2.1
       Palette Knife 14.2.1
       Patchwork 14.2.1
       Paths to Illustrator 14.2.1
       PCX 14.2.1 (14.2.1 x001)
       Photocopy 14.2.1
       Photoshop 3D Engine 14.2.1 (14.2.1 x001)
       Photoshop Touch 14.0
       Picture Package Filter 14.2.1 (14.2.1 x001)
       Pinch 14.2.1
       Pixar 14.2.1 (14.2.1 x001)
       Plaster 14.2.1
       Plastic Wrap 14.2.1
       PNG 14.2.1
       Pointillize 14.2.1
       Polar Coordinates 14.2.1
       Portable Bit Map 14.2.1 (14.2.1 x001)
       Poster Edges 14.2.1
       Radial Blur 14.2.1
       Radiance 14.2.1 (14.2.1 x001)
       Range 14.2.1 (14.2.1 x001)
       Read Watermark 4.0
       Reticulation 14.2.1
       Ripple 14.2.1
       Rough Pastels 14.2.1
       Save for Web 14.2.1
       ScriptingSupport 14.2.1
       Shake Reduction 14.2.1
       Shear 14.2.1
       Skewness 14.2.1 (14.2.1 x001)
       Smart Blur 14.2.1
       Smudge Stick 14.2.1
       Solarize 14.2.1 (14.2.1 x001)
       Spatter 14.2.1
       Spherize 14.2.1
       Sponge 14.2.1
       Sprayed Strokes 14.2.1
       Stained Glass 14.2.1
       Stamp 14.2.1
       Standard Deviation 14.2.1 (14.2.1 x001)
       STL 14.2.1 (14.2.1 x001)
       Sumi-e 14.2.1
       Summation 14.2.1 (14.2.1 x001)
       Targa 14.2.1
       Texturizer 14.2.1
       Tiles 14.2.1
       Torn Edges 14.2.1
       Twirl 14.2.1
       Underpainting 14.2.1
       Vanishing Point 14.2.1
       Variance 14.2.1 (14.2.1 x001)
       Variations 14.2.1 (14.2.1 x001)
       Water Paper 14.2.1
       Watercolor 14.2.1
       Wave 14.2.1
       Wavefront|OBJ 14.2.1 (14.2.1 x001)
       WIA Support 14.2.1 (14.2.1 x001)
       Wind 14.2.1
       Wireless Bitmap 14.2.1 (14.2.1 x001)
       ZigZag 14.2.1
    Optional and third party plug-ins: NONE
    Plug-ins that failed to load: NONE
    Flash:
       Kuler
       Adobe Exchange
    Installed TWAIN devices: NONE

  • Static file Download Losing File Name

    Hi,
    <br><br>
    I have a problem with downloading a static file. When i download a file from the application's static files i lose the file's name. The file name that i get on download is : wwv_flow_file_mgr.get_file - not very nice!
    <br><br>
    Here is my link code:
    <br><br>
    a href="#WORKSPACE_IMAGES#Form.doc">Download Form</a
    <br><br>
    Thanks!
    <br><br>
    -Immanuel<br>

    Hi Vikas and Anyone else that reads this post,
    After playing around with a few ideas i have managed to solve the problem! :)
    Create a SQL report with the following definition:
    select ID from htmldb_application_files where FILENAME = 'Form.doc'
    Then in the report definition --> Report Attributes --> column attributes for ID column --> Column Formatting -->
    Enter the following under the HTML Expression:
    (div style="text-align:center;")
    (a href ="p?n=#ID#" /)Download the Form(/a)
    (/div)
    -- note: ( ) are actually < >
    And you get the original filename from the download :)!
    Good luck to every1,
    -Immanuel

Maybe you are looking for

  • How can I create a button to open email client and allow the user to e-mail pdf to a friend?

    I need to find a way to let our members share our marketing pdf files with their friends as an email attachment. I can only seem to find a way to send a mailto to a specific address. I am thinking that the form is the only way to create that possibil

  • JDev vs. Eclipse wtp1.0 - something I am looking for to have in JDev

    I used to using eclipse (wtp) for J2EE projects. Recently found JDev. After playing a couple of days, quite impressed. Really good stuff, and more comprehensive functions for J2EE develpment, thanks to JDev folks. However, compared to eclipse, there

  • "No CD/DVD drive Available"

    My luck with Elements has been down right rotten here lately ! I have been having trouble re-sizing pictures and now that I've just about got that figured out and  I'm ready to burn them to a DVD  I get a message telling me that there is "No CD/DVD D

  • How do people work with iphoto

    Even though I use Aperture for 95% of my work I occasionally find the need to use iphoto. (slideshows, Iphone syncing, etc) When iphoto integration launched I turned off the generate preview functionality of aperture because it was taking 6 years to

  • Lots of Attributes in a Dimension

    Hi there. This my second post in the space of 5 minutes - apologies. I have a PRODUCT dimension which has lots of columns in the source table. Some lend themselves to hierarchies whereas some do not. Let me try and explain. I have 3 attributes which