File browser to find large files?

I am looking for a program or file browser in order to locate large folders,files,etc on my hard drive. There is a program I have used in windows called ExplorerXP and there are many like it in the windows world. My available free disk space isn't adding up to me so I would like to see where it is being allocated.
Thanks!

Try WhatSize.

Similar Messages

  • File browse functionality for all files within a directory

    I have an app where you use file browse to select a file on the file system. Then, I parse the file name to determine other attribution to record in database, which may result in more user interaction before creating the database record.
    So, currently users can do this one file at a time. Anything available to let me loop through all files within a user-specified directory?
    Thanks,
    Steve

    I have an app where you use file browse to select a file on the file system. Then, I parse the file name to determine other attribution to record in database, which may result in more user interaction before creating the database record.
    So, currently users can do this one file at a time. Anything available to let me loop through all files within a user-specified directory?
    Thanks,
    Steve

  • File Browser doesn't show files

    I am trying to pull some of my pictures from my Media Hub but can't seem to do it.
    All of the pictures show in the Home view but when I go the the File Browser...no files show up in the folders. The folders are on the left but when I click to open any of them there is nothing in them. 
    I have checked my settings but can't figure out what I am doing wrong....

    Check under the "import" folder in the file browser, your pictures might be stored there if you used the import tool.
    Cheers.

  • Finding large files

    Hi,
    Over the last couple of weeks I seem to have lost 30gigs of space on my home drive. I'm now down to 6G free and its starting to hang. (snow leopard with 300gig drive).
    Is there a utility for visualizing which folders have largest files, or for finding big new files. I don't know where the space has gone and have looked into a few obvious folders, but haven't found anything obvious to delete or clean up...
    Any ideas or utilities to recommend?
    Eric

    Try OmniDiskSweeper or WhatSize - VersionTracker or MacUpdate.

  • I can not add attachments to my assignments, usually a picture of a computer will come up and I can browse to find the file I need to attach, now either a black square or Java comes up, but I can not get to my files. Help!

    I need to know how to fix my add attachments, it has quit working.

    Your user agent seems to have been corrupted somehow.
    You can check the general.useragent prefs on the about:config page.
    You can open the about:config page via the location bar, just like you open a website. Filter: general.useragent
    If general.useragent prefs are bold (user set) then you can right-click that pref and choose Reset.
    See :
    [[Web sites or add-ons incorrectly report incompatible browser and Finding your Firefox version]]
    See :
    [http://kb.mozillazine.org/Resetting_your_useragent_string_to_its_compiled-in_default]

  • Looking for file browser for WordPerfect Graphic files

    I'm not sure which forum to post this to, but here is my question. I have many CD's of WordPerfect Clipart in WPG format from my old WordPerfect days in Windows (sigh, I miss it on my Mac). I am trying to find a file browser or viewer that will display the thumbnails for viewing. Many apps and the finder do this for standard graphic file formats but I can't find one for wpg graphics.
    I can convert one at a time with MacLink Plus but it is so slow and you really don't know what the file is until coverted.
    If you know of any app that will diaplay a series of thumbnails or a light table view of the files I would appreciate it.
    Thank you.

    You could download the free last version of WP for the Mac, open them in that and save each as PICT. A third-party utility, "MetaMacro", would do that on all files in a folder in one step. Links to the download, the necessary OS 8/9/Classic updater (also helpful on OS 7), and MetaMacro are at:
    http://groups.yahoo.com/group/wordperfectmac/
    G4 iMac   Mac OS X (10.4.6)  

  • Using File Browse to update stored file

    Hi all,
    I have a form with a File Browse item on it which is (surprisingly!) used to upload a file and associate with a record. The filename is stored in a varchar column in the table. This works fine when I create (INSERT) the initial record and I can retrieve the stored file just fine. However the problem I have is when I want to update the uploaded file. It seems the normal mechanisms for update / save requests don't apply to uploaded files. My other attributes get updated fine but the new uploaded filename is not reflected in the table.
    I've put together a simple example of this on a when apex.oracle.com :
    http://apex.oracle.com/pls/otn/f?p=40740
    Which has two fields, a file name and an 'attribute'. Try as I might I can't update the file name although the attribute changes just fine.
    Any suggestions will be much appreciated. I realise I may be missing something fundamental here and am more than happy to be enlightened.
    FYI, the purpose for such functionality is to allow users of our system to store a photograph of themselves along with their details. This functionality is required to allow the photograph to be updated if required.
    Thanks,
    Steve

    If i am not mistaking, using a file browser item type will not set the uploaded file (blob) in this item, to be processed in the standard processing on you're page.
    In a recent project i wrote a stored procedure for handling with uploaded files. This procedure, which based on the filename ( Fnnnn/<filename> ) , select the uploaded content through apex_application_files, the location apex saves the files. and procedure outputted the file as a blob, which then can be used to insert/update in youre table
    Hope this example code will help you:
    procedure upload_bestand( p_file_name in varchar2
    , p_file out nocopy blob
    , p_filetype out nocopy varchar2 )
    is
    -- Cursor voor bepalen bestand uit apex_application+files
    cursor c_file ( b_file_name in varchar2)
    is
    select aaf.filename
    , aaf.mime_type
    , aaf.blob_content
    from apex_application_files aaf
    where aaf.name = b_file_name
    r_file c_file%rowtype;
    begin
    open c_file ( b_file_name => p_file_name );
    fetch c_file into r_file;
    if c_file%notfound
    then
    -- Upload van bestand niet geslaagd
    close c_file;
    raise e_file_err;
    end if;
    close c_file;
    -- Geupload bestand uit temp_upload tabel verwijdern
    delete from apex_application_files
    where name = p_file_name
    commit;
    p_file := r_file.blob_content;
    p_filetype := r_file.mime_type;
    end upload_bestand;

  • Remote Desktop Connection Drops when opening a large file or Transferring a large file

    I am running a Dell R720 Windows 2008 R2 Server. When I open a Large PDF or transfer a large file to the server, the server drops the remote desktop connection. I do not see any errors and no events are reported. I can access the server via
    iDRAC 7 enterprise and the server is still up and functioning properly; however, the remote desktop connection can only be restored after the server is rebooted. I have read the following article below do not see any conflicts.
    http://support.microsoft.com/kb/2477133/en-us
     That said, the issue happens when:
    1. opening a large PDF
    2. Using a UNC path to transfer a large file
    3. Using Hyper-V to import a .VHD (another large file)
    Any help is appreciated - Thanks in advance

    Hi,
    Thank you for posting in Windows Server Forum.
    Does this issue facing for single user or multiple users?
    Have you tried on other system? IS it, facing same issue.
    From description it seems network issue, please check whether there is any drop for network connection or it works on low bandwidth. You need to see there is no loss from bandwidth perspective. There are other certain reason which can drop the connection or
    performance as remote desktop works on many different points. 
    For try you can autotune disable and check with following command.
    netsh interface tcp set global autotuning=disabled
    To renable follow beneath command
    netsh interface tcp set global autotuninglevel=normal
    When you are remote desktop to the remote server, please set the connection speed accordingly to optimize performance and might it will resolve your case of dropping connection.
    More information.
    Announcing the Remote Desktop Protocol Performance Improvements in Windows Server 2008 R2 and Windows 7 white paper
    http://blogs.msdn.com/b/rds/archive/2010/02/05/announcing-the-remote-desktop-protocol-performance-improvements-in-windows-server-2008-r2-and-windows-7-white-paper.aspx
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    TechNet Community Support

  • Using  File Browse Item To Get File Only

    Is it possible to use the file browse item to just get the file without inserting it anywhere?
    I'm looking to allow a user to "upload" a file from their client machine... but what will actually happen in the process is it will take the file and send it in an e-mail to whomever needs to get it.
    Or is the only way to allow it to insert the file, do what I need to do with it, and then immediately delete it?
    Thanks,
    Chad

    Hello Chad,
    Please check if the following can help you - Using the file browser. .
    Regards,
    Arie.

  • File Adapter Not Reading Large Files

    Dear Experts,
    Enviornment :-
    OS:-Linux
    Jdeveloper:- 11.1.1.6
    SOA:-11.1.1.6
    Weblogic:-10.3.6
    JDK:-SUN
    Allocated RAM:-16GB
    Currently we are in UAT Phase and now we are facingan  issue in reading large file.Below is the Design details of the service
    FileAdapter(Read)-->Bpel(Business login,Using FlowN)-->FileAdapter(Write CSV),JMS Adapter(AQ JMS topics)
    In this case at the time of read itself we are facing issue. File adapter reading xml file but in receive activity receives input data as
    xmlDocKey:1C135990067411E3BFA6B5087B629F9DI
    I really couldn;t understand about the error. Even i tried reading as Opaque format and still end up with same error.
    In order to make sure i have create mediator and tried reading the file, in case i was able to read file upto 15mb with out any error.Also i tried as  "read as Attachment" in Bpel component and able to read the attachment upto 7 mb file, but this is hitting the performance side.
    I request some one please let me know why the file adapter is giving XmlDOCKey rather then XMLContent to the inputvariable
    Regards,
    Tarak

    Can you check your BPEL Properties in EM?
    Go to Soa-infra > right Click > SOA Administration > BPEL properties
    increase the Dispatcher Engine Thread = 10, Dispatcher Invoke Threads = 60 and Dispatcher Engine Threads to 90
    Click on "More BPEL Configuration Properties"
    Increase the  DispatcherMaxRequestDepth from 600 to 1000.
    Bounce the server and see if works..
    Bounce the server and try again.
    If this fails, try get a threshold by increasing the file size until it fails again. 

  • Newb needs help opening file browser and getting full file name and path.

    Ok, so I'm a TOTAL newb here, but I have managed to get it to open a file browser but all I can seem to get it to do is give me the NAME of the selected file *eg. selectedFile.name* I also need the path of the file as in C:\example\file.mp3.
    The program I'm making plays an MP3 of your choice at a certain time, like an alarm clock. But I got tired of entering the file path of the MP3 EACH time so I wanted to have a browse feature.
    Ideas... help... thanks...
    Nicholas

    you'll need to use air to get the path.

  • Type in file location in Finder or file selector windows

    Is there any way I can get a text field, preferrably with filename completion, where I can simply type in the location of a file or folder? In the Finder or file selector dialog, that is?
    Yeah, a directory GUI is nice, but in some cases it is actually faster to write the name than to track down and click through a chain of folder icons. I mean, while still using the GUI - not doing everything in the shell. And just being able to see the path to the directory you're looking at may be useful, too...

    Whoops. Somehow I forgot about Go->Go To Folder, and overlooked it when trying to find it, when I wanted to do this for the first time in a while. How embarassing...
    This interface is of course also available in the file selector via the normal shortcut (ShiftOptionG)
    Even "more direct" access to folder location would sometimes be nice, though...

  • Can't find domain file, Can't find domain file

    I am running OS 10.6.8 with iWeb 3.0.4 (601)
    I've been using iweb and backing up my domain file (library - application support...etc) without a problem but I can't seem to find that file anymore.
    My website is there working and uploading no problem, but I've been searching and searching and can't find the domain file.
    I do use time machine for backups, I do manual back up to time capsule as a "better safe than sorry" attitude, I am not sure if the time machine hidden my file somewhere different... ?
    Does anyone have an idea where did my file go? Or can someone tell me how do I restore my file using time machine?
    I don't want to erase my drive and upgrade my OS to Lion before I am sure I can restore my iweb. I would hate to lose my website
    Thanks!

    Download and use  Find Any File  to search for the domain file.  It can search areas that Spotlight, even packages and invisible folders.
    OT

  • File browsing and showing selected files in a datagrid? i'm missing something small... i hope

    I am currently allowing the user to browse and select multiple files. I'd like to display the selected files in a datagrid. Here's my code. What am I missing?
    <?xml version="1.0" encoding="utf-8"?>
    <s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
                                                         xmlns:s="library://ns.adobe.com/flex/spark"
                                                         xmlns:mx="library://ns.adobe.com/flex/mx">
      <fx:Declarations>
      <!-- Place non-visual elements (e.g., services, value objects) here -->
      </fx:Declarations>
      <fx:Script>
                        <![CDATA[
                                  import mx.collections.ArrayCollection;
                                  public var Files:File;
                                  [Bindable]
                                  public var arrUploadFiles:Array;
                                  private function init():void
                                            arrUploadFiles = new Array()
                                            Files = new File(); 
                                            Files.addEventListener(FileListEvent.SELECT_MULTIPLE,onSelect_multiple_files); 
                                            Files.browseForOpenMultiple("Select Files to Send!!"); 
                                  public function onSelect_multiple_files(f_evt:FileListEvent):void
                                            for each(var tempF:File  in f_evt.files){ 
                                                      tempF.load(); 
                                                      arrUploadFiles.push(tempF);
                                                      trace (tempF.nativePath);
                        ]]>
      </fx:Script>
              <s:Button x="259" y="454" label="Browse for Files" click="init()"/>
              <s:DataGrid x="159" y="211" requestedRowCount="4">
      <s:columns>
      <s:ArrayList>
                                            <s:GridColumn dataField="dataField1" headerText="Column 1"></s:GridColumn>
                                            <s:GridColumn dataField="dataField2" headerText="Column 2"></s:GridColumn>
                                            <s:GridColumn dataField="dataField3" headerText="Column 3"></s:GridColumn>
      </s:ArrayList>
      </s:columns>
      <s:typicalItem>
                                  <fx:Object dataField1="Sample Data" dataField2="Sample Data" dataField3="Sample Data"></fx:Object>
      </s:typicalItem>
      <s:ArrayList>
                                  <fx:Object dataField1="data1" dataField2="data1" dataField3="data1"></fx:Object>
                                  <fx:Object dataField1="data2" dataField2="data2" dataField3="data2"></fx:Object>
                                  <fx:Object dataField1="data3" dataField2="data3" dataField3="data3"></fx:Object>
                                  <fx:Object dataField1="data4" dataField2="data4" dataField3="data4"></fx:Object>
      </s:ArrayList>
      </s:DataGrid>
    </s:WindowedApplication>

    Arrays do not send out change events so the DG doesn’t know you pushed things onto it.  If you used the DG’s dataProvider it will have wrapped the array in an ArrayCollection and will notice the changes.  There is a FileSystemDataGrid component by the way.

  • File adapter cannot find MFL file

    I have installed BEA's file adapter and created a WLI
    application view. I have also set up an MFL file for
    translating a CSV file into an XML file. However, when
    I go to test the service I get the following error.
    I'm having a hard time finding any documentation that
    will tell me where to place the flatFileFinancials.mfl
    so the adapter can perform the transformation.
    java.lang.Exception: Adapter took exception: <eda><error cnctag="" code="-100"
    s
    ource="process" timestamp="2002-12-04T23:21:11Z">Problem processing agent reques
    t, type FAIL, Source AGENT: transform error: com.bea.wlxt.WLXTException: ERROR:
    Unable to extract encoding from URL wlxt://mfl/flatFileFinancials. Location IO
    Exception.
    Unable to locate document: wlxt://mfl/flatFileFinancials
    Thank you for any help you can provide.

    I did end up finding one way to make it work. I ended up using the Format Builder
    tool that resides in windows under BEA Weblogic Platform 7.0 => Weblogic Integration
    7.0 => Format Builder. From here I went to the Repository menu and pressed ‘Log
    In’. Then from the Repository menu I pressed ‘Store As’. Now, here is the key
    point. Next I created an ‘mfl’ folder under the root of the repository. Then
    I stored my flatFileFinancials in that folder.
    This approach works fine. Althought I would still like to see some documentation
    to help me configure the adapter to look for the file in some other location.
    "Mark Miller" <[email protected]> wrote:
    >
    I have installed BEA's file adapter and created a WLI
    application view. I have also set up an MFL file for
    translating a CSV file into an XML file. However, when
    I go to test the service I get the following error.
    I'm having a hard time finding any documentation that
    will tell me where to place the flatFileFinancials.mfl
    so the adapter can perform the transformation.
    java.lang.Exception: Adapter took exception: <eda><error cnctag="" code="-100"
    s
    ource="process" timestamp="2002-12-04T23:21:11Z">Problem processing agent
    reques
    t, type FAIL, Source AGENT: transform error: com.bea.wlxt.WLXTException:
    ERROR:
    Unable to extract encoding from URL wlxt://mfl/flatFileFinancials. Location
    IO
    Exception.
    Unable to locate document: wlxt://mfl/flatFileFinancials
    Thank you for any help you can provide.

Maybe you are looking for

  • How do I get my calendar on my Mac to iPhone

    I recently added a Google calendar to my iCal on my mac. However, it doesn't show up on my iPhone like my other calendars do. How do I get the Google one to do the same! Thanks in advance!

  • Question on  BAPI_ACC_DOCUMENT_POST

    Hi What should be passed for the OBJ_TYPE in DOCUMENTHEADER (one of the Import Parameters) when you call the BAPI - BAPI_ACC_DOCUMENT_POST. I tried BKPFF, RFBU.. both did not work.. Thanks Geetha

  • Using stylus for drawing on iPad air

    What's the best stylus for artists to draw on the IPad Air? I tried the Wacom Intuos Creative Stylus and it wouldn't stay connected to Bluetooth and you had to press so hard to have it register.

  • HT1473 Help!! No artists list available when I try to sync!

    I have created a new iTunes account as my ex had it on his old computer. However when I select the music tab to sync to my iPhone, the screen just gives me the only option to sync the entire music. It doesnt give me a list of artists to sync! I can s

  • Multiple Aperture Libraries onto iPad

    I have several Aperture Libraries. just got an iPad 2 last week. I would like to bring in several Photo Albums into the iPad that are spread across multiple Aperture Libraries. I appears that iTunes only lists the "current" Aperture library's albums