User Tag List

Results 1 to 10 of 10

Thread: File object - Application Data folder

  1. #1
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleFirefly 3D ModuleInstall Creator Pro
    twister's Avatar
    Join Date
    Jan 2007
    Location
    Pacific Northwest USA
    Posts
    376
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)

    File object - Application Data folder

    How far back does File object - get Application Data folder go, win 98, win 98se or win 2000? Or is it just xp and vista?

  2. #2
    Clickteam Clickteam

    Join Date
    Jun 2006
    Location
    France
    Posts
    14,022
    Mentioned
    279 Post(s)
    Tagged
    3 Thread(s)

    Re: File object - Application Data folder

    On Windows 200 it's like on XP.

    On Windows 9x it returns C:\Windows\Application Data (if c:\windows is the real name of the Windows directory). Note: you might have to create it before using it.

  3. #3
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleFirefly 3D ModuleInstall Creator Pro
    twister's Avatar
    Join Date
    Jan 2007
    Location
    Pacific Northwest USA
    Posts
    376
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)

    Re: File object - Application Data folder

    thanks Yves

  4. #4
    Clickteam Clickteam
    Olivier's Avatar
    Join Date
    Jun 2006
    Posts
    3,000
    Mentioned
    9 Post(s)
    Tagged
    1 Thread(s)

    Re: File object - Application Data folder

    Quote Originally Posted by Yves
    On Windows 9x it returns C:\Windows\Application Data (if c:\windows is the real name of the Windows directory). Note: you might have to create it before using it.
    Huh? Isn't this directory automatically created by Windows?

  5. #5
    Clickteam Clickteam

    Join Date
    Jun 2006
    Location
    France
    Posts
    14,022
    Mentioned
    279 Post(s)
    Tagged
    3 Thread(s)

    Re: File object - Application Data folder

    I don't remember if this folder is created by default on Windows 9x.

  6. #6
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleFirefly 3D ModuleInstall Creator Pro
    twister's Avatar
    Join Date
    Jan 2007
    Location
    Pacific Northwest USA
    Posts
    376
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)

    Re: File object - Application Data folder

    Windows version detection?

    I'm trying to figure a way to detect, upon running, which windows version my app will be on. Using the OS object retrieves a version 6 for my XP sp2. According to what I found on wikipedia, xp sp2 should be a 5.??? version. Is the OS object correct or wiki?

    Here is the list from wiki
    http://en.wikipedia.org/wiki/Microsoft_Windows

    http://en.wikipedia.org/wiki/Microsoft_Windows

    --------------- 1-3
    Release date Product name Version Notes
    November 1985 Windows 1.01 1.01 Unsupported
    November 1987 Windows 2.03 2.03 Unsupported
    March 1989 Windows 2.11 2.11 Unsupported
    May 1990 Windows 3.0 3.0 Unsupported
    March 1992 Windows 3.1 3.1 Unsupported
    October 1992 Windows
    For Workgroups 3.1 3.1 Unsupported
    July 1993 Windows NT 3.1 3.1 Unsupported
    December 1993 Windows
    For Workgroups 3.11 3.11 Unsupported
    January 1994 Windows 3.2
    (Chinese only) 3.2 Unsupported
    September 1994 Windows NT 3.5 3.5 Unsupported
    May 1995 Windows NT 3.51 3.51 Unsupported
    ---------------4
    August 1995 Windows 95 4.0.950 Unsupported
    July 1996 Windows NT 4.0 4.0 Unsupported
    June 1998 Windows 98 4.10.1998 Unsupported
    May 1999 Windows 98 SE 4.10.2222 Unsupported
    September 2000 Windows Me 4.90.3000 Unsupported
    ---------------5
    February 2000 Windows 2000 5.0.3700.6690 Extended Support until July 13, 2010[11]
    October 2001 Windows XP 5.1.2600 Unsupported for RTM, SPack 1. Current for SPack 2.
    March 2003 Windows XP
    64-bit Edition 2003 5.2.3790 Unsupported
    April 2003 Windows Server 2003 5.2.3790 Unsupported for RTM. for SPack 1, R2 and, SPack 2.
    April 2005 Windows XP Professional
    x64 Edition 5.2.3790 Current
    July 2006 Windows Fundamentals
    for Legacy PCs 5.1.2600 Current
    July 2007 Windows Home Server 5.2.4500 Current
    ---------------6
    November 2006 (volume licensing)/
    January 2007 (retail)
    Windows Vista 6.0.6000 Current
    February 2008 (planned)
    Windows Server 2008 6.0.6001 Future release
    2010 or later (planned) Windows 7
    (codenamed Blackcomb, then Vienna)
    7.0 Future release

  7. #7
    Clickteam Clickteam

    Join Date
    Jun 2006
    Location
    France
    Posts
    14,022
    Mentioned
    279 Post(s)
    Tagged
    3 Thread(s)

    Re: File object - Application Data folder

    The value returned by the Get Windows Version expression of the OS object is specific to the OS object, it's not the real version of Windows, as explained in the help file. Because otherwise you couldn't distinguish between Windows 95, 98 and NT 4 that all have a Windows main version number equal to 4.

    Documentation of the Get Windows Version function of the OS object :

    0 = Windows 95
    1 = Windows 98
    2 = Windows ME
    3 = Windows NT
    4 = Windows NT 4
    5 = Windows 2000
    6 = Windows XP
    7 = Windows Vista (or above)


  8. #8
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleFirefly 3D ModuleInstall Creator Pro
    twister's Avatar
    Join Date
    Jan 2007
    Location
    Pacific Northwest USA
    Posts
    376
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)

    Re: File object - Application Data folder

    Thanks again Yves, it was the only place I didn't research. Egg on my face again. That feature makes it very simple.

  9. #9
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleFirefly 3D ModuleInstall Creator Pro
    twister's Avatar
    Join Date
    Jan 2007
    Location
    Pacific Northwest USA
    Posts
    376
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)

    Re: File object - Application Data folder

    Clickers, here is something that may be of interest. It identifies where the (path) of special folders and virtual folders are suppose to be, for each version of windows starting from win 95.

    http://en.wikipedia.org/wiki/Special_Folders

  10. #10
    Clickteam Clickteam

    Join Date
    Jun 2006
    Location
    France
    Posts
    14,022
    Mentioned
    279 Post(s)
    Tagged
    3 Thread(s)

    Re: File object - Application Data folder

    This page doesn't mention Vista.

Similar Threads

  1. Create folder with File object on Program File
    By Vantales in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 13th April 2013, 11:13 AM
  2. Create INI file in Application data folder?
    By King_Cool in forum SWF/Flash Export Module Version 2.0
    Replies: 1
    Last Post: 20th December 2012, 07:37 AM
  3. INI Problem > Works only if "Create INI file in Application Data folder" is checked.
    By Hawanna in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 5th June 2012, 05:47 PM
  4. Sphax File-Folder object
    By Sphax in forum Extension Developers Lobby
    Replies: 11
    Last Post: 18th January 2007, 11:36 AM
  5. Sphax File-Folder object
    By Sphax in forum Extension Development
    Replies: 13
    Last Post: 17th January 2007, 08:43 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
  •