Author |
Message |
Ava.Gabe.182
|
Posted: Fri Apr 10, 2009 3:05 pm Post subject: access from os? |
|
|
Hey i am making a program that allows the user to "save" and "load". I was wondering if i could use the GUI browsing system that the operating system uses?
(if you don't know what i mean ... i mean when you are using a program like .. Word and go to file -> open and that window pops up that allows you to search through the folders and files on your computer .. i want to use that)
thanks a lot |
|
|
|
|
 |
Sponsor Sponsor

|
|
 |
BigBear
|
Posted: Fri Apr 10, 2009 5:07 pm Post subject: RE:access from os? |
|
|
Turing has virtualy no access to the os and none directly only from built in commands. Many people have made their own browsers with their own GUI.
Look into these commands
http://compsci.ca/holtsoft/doc/dirmodule.html |
|
|
|
|
 |
andrew.
|
Posted: Fri Apr 10, 2009 10:59 pm Post subject: RE:access from os? |
|
|
Check the submissions section for some file browser. I remember someone made an amazing one a while back with their own GUI. I created my own command prompt a while ago that could browse directories, open files, list directories and more using the Dir module BigBear posted above. |
|
|
|
|
 |
Ava.Gabe.182
|
Posted: Sat Apr 11, 2009 1:56 pm Post subject: Re: access from os? |
|
|
thank you very muchh
i will see what i can do |
|
|
|
|
 |
tjmoore1993

|
|
|
|
 |
andrew.
|
Posted: Mon Apr 13, 2009 3:55 pm Post subject: RE:access from os? |
|
|
It's a good tutorial, but there's already one on file I/O.
File I/O |
|
|
|
|
 |
|