Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - gudenau

Pages: 1 [2]
16
Ndless / Re: Virtual Directory
« on: September 11, 2013, 01:52:03 pm »
I don't understand, what exactly do you mean by "virtual directory"?
The code I gave simply creates a regular directory in the root of the filesystem (which cannot be seen from the document browser).

What I want is to have a directory at the root of the file system that is not there, the os just thinks it is there and can use it as if it where not there, so when it reads and writes to that location a program on the calculator can then interpret it and do things based on the io that is being preformed. In the end I hope to have removable storage, as I have yet to see this on the nspire.

17
Introduce Yourself! / Re: Hello world!
« on: September 11, 2013, 01:49:27 pm »
I do have an older one, I am loving ndless at this point.

18
Introduce Yourself! / Hello world!
« on: September 10, 2013, 09:32:44 pm »
So, I am a programmer/modder/gamer, for the most part if it uses electricity I want to take it apart, reprogram it, mod it, etc. I hope to be a good thing when it comes to nspire cx, as I got mine in August, I already have many ideas for it.

19
Ndless / Re: Virtual Directory
« on: September 10, 2013, 09:30:25 pm »
To create a directory:
Code: [Select]
mkdir("/dirname", 0755);
Also, welcome to Omnimaga, and be sure to Introduce yourself. :)

Could I then tell the os that there are files there when there are not, then have it do stuff when I/O is preformed on them?

20
Ndless / Virtual Directory
« on: September 10, 2013, 08:31:05 pm »
I would like to create a virtual directory in the root of the file explored on the cx, how would I go about doing this in c?

Pages: 1 [2]