User Tag List

Results 1 to 7 of 7

Thread: Load file and folders

  1. #1
    No Products Registered

    Join Date
    Dec 2008
    Posts
    24
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Load file and folders

    Hey guys!
    Does anyone know how can I load all files and folders of a specific path in list object ? .. like c:\mygame\games (after type this the app load all files and folders)

    There`s a function on list box that works well, but only for drives.. "Load drive list"
    Is there a way to load files/folders with list object ? (not using tree control or explore object)
    I searched in the forum..but nothing!

    Ps: Example of Load drive list
    Attached files Attached files

  2. #2
    Clicker Multimedia Fusion 2
    SEELE's Avatar
    Join Date
    Jul 2007
    Location
    Terra australis incognito
    Posts
    1,916
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Load file and folders

    There is an action under the list object which i believe is meant for this (but i haven't ever used it)

    If that doesn't workout you should use the tree object to load the directory then loop thou and retrieve all the items directories.

  3. #3
    No Products Registered

    Join Date
    Dec 2008
    Posts
    24
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Load file and folders

    Tks SEELE!
    actualy the function "load directory list"or load filelist
    doesnt work! I dont know if I`m doing somothing wrong..
    I thought about use a tree object and do a loop but there`s no function that can give me the names one by one of files (or folders) of a specific path.. correct me if I`m wrong!

  4. #4
    Clicker Multimedia Fusion 2
    SEELE's Avatar
    Join Date
    Jul 2007
    Location
    Terra australis incognito
    Posts
    1,916
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Load file and folders

    Your not entirely wrong it's just a bit confusing to do. ill make you an example when i get back to my computer today.

  5. #5
    Clicker

    Fusion 2.5 DeveloperHTML5 Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    AWK's Avatar
    Join Date
    Aug 2008
    Location
    The Netherlands
    Posts
    73
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Load file and folders

    Try something like this:

    Load filelist from

    Apppath$+"*.jpg"

    You can, off course, change the extension to anything you'd like. Or simple put *.* in order to get every file from the specified directory.

    It comes down to telling the object exactly what you want in your list. If you don't make it specific, like in my example above, you won't get anyting.

    Good luck!

  6. #6
    No Products Registered

    Join Date
    Dec 2008
    Posts
    24
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Load file and folders

    Yeah!
    It works..!
    TkU guys!!
    I`ve forgot to put the extensions so thats why the app doesn`t find anything,like AWK said.

    How about search a specific file in a folder and subfolders ?
    Like the search of windows.. Do you guys know how to do ?

  7. #7
    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: Load file and folders

    Just use *SEARCHTERM*.EXTENSION
    Working as fast as I can on Fusion 3

Similar Threads

  1. LOAD/SAVE clone file in ARRAY FILE
    By daniele in forum Multimedia Fusion 2 - Technical Support
    Replies: 20
    Last Post: 24th July 2015, 01:47 AM
  2. Can I load any *.swf file
    By twister in forum SWF/Flash Export Module Version 2.0
    Replies: 0
    Last Post: 9th September 2011, 05:03 PM
  3. Load *.arr file to flash
    By ColdFire in forum SWF/Flash Export Module Version 2.0
    Replies: 8
    Last Post: 3rd August 2011, 01:09 AM
  4. Adding folders into the Build installation file
    By Robin_Manager in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 15th November 2008, 07:46 AM
  5. creating folders (directorys) with file object
    By Dave in forum File Archive
    Replies: 0
    Last Post: 21st March 2008, 01:26 AM

Posting Permissions

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