User Tag List

Results 1 to 9 of 9

Thread: Simple file search?

  1. #1
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module
    Nifflas's Avatar
    Join Date
    Jul 2006
    Posts
    2,613
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Simple file search?

    I need an MMF2 app to search a single file (the entire file name is known) on a selected hard drive. I've tried MMF2Dev's search object, but it's built for searching for strings within text files, and I didn't manage to set it up for a normal quicker search that doesn't look within the file content.

    It would be fantastic if someone have the time to show me an example of a simple file searcher.

  2. #2
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: Simple file search?

    I don't understand if you want to search within a file or for a file using mmf2. Please be more or less specific.
    Working as fast as I can on Fusion 3

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export ModuleInstall Creator ProPatch Maker
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    DJFuego's Avatar
    Join Date
    Jul 2006
    Location
    UK
    Posts
    1,416
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: Simple file search?

    can't you use the file object and do a "Does file exist" command?
    if you know the path obviously.

  4. #4
    No Products Registered

    Join Date
    Dec 2006
    Posts
    1,332
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Simple file search?

    Do you mean like searching the contents of a file, like Binary?

  5. #5
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export ModuleInstall Creator ProPatch Maker
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    DJFuego's Avatar
    Join Date
    Jul 2006
    Location
    UK
    Posts
    1,416
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: Simple file search?

    Probably means search like the explorer search F3 (Dog)you will probably need to use a command line search like find or dir and pipe this to a text file
    "dir *lost* /s>c:\mytxt.txt"

  6. #6
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module
    Nifflas's Avatar
    Join Date
    Jul 2006
    Posts
    2,613
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Simple file search?

    "I need an MMF2 app to search a single file" was supposed to be "I need an MMF2 app to search for a single file".

    It's indeed like DJFuego describes. No wildcards, I'm trying to pull off a simple dir c:\file.txt /s

    I'm not gonna use command lines though. My applications must never depend on command line stuff.

  7. #7
    No Products Registered

    Join Date
    Dec 2006
    Posts
    1,332
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Simple file search?

    Oh, you can do that with the Sphax File-Folder Object. I used that to make a file searcher, and even an iPod file editor.

  8. #8
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module
    Nifflas's Avatar
    Join Date
    Jul 2006
    Posts
    2,613
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Simple file search?

    At the moment I can't download it, but at the clickwiki it only appears to have an "Open OS Search" action, which is not quite what I'm after.

    I'll try the extension later though, once the download server responds.

  9. #9
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module
    Nifflas's Avatar
    Join Date
    Jul 2006
    Posts
    2,613
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Simple file search?

    Found solution. This can be done with the list object and some really clever tricks which ChrisB showed me. I might post an example of it sooner or later.

Similar Threads

  1. what's wrong with this simple search ?
    By therickman in forum File Archive
    Replies: 3
    Last Post: 15th September 2010, 05:00 AM
  2. Can the File-Folder object search within PDFs?
    By RGBreality in forum Multimedia Fusion 2 - Technical Support
    Replies: 13
    Last Post: 26th June 2010, 03:05 PM
  3. Search a folder for a specific file?
    By picklecow in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 28th November 2009, 07:50 PM
  4. Search a file for same extention?
    By Skeets in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 2nd December 2008, 07:53 PM
  5. Search Object Simple Search
    By juanjo in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 1st July 2008, 04:21 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •