504 posts
Location
Seattle, WA
Posted 12 May 2012 - 04:44 PM
This is a basic file management program that I built for the server I play on. Yes there are some bugs and features not implemented yet, however it serves its purpose.
Screenshots:
Spoiler
http://imgur.com/a/2UqNpIf you want to use it, you have my permission. However, if you decide to distribute I ask that you let your customer know who created it (me), and give the proper credits. Please do not just change the author name in the code and act like you wrote it, I spent a decent amount of time on this.
Thanks for reading,
Payment
Download:
http://pastebin.com/P8fSDsve
1 posts
Posted 15 May 2012 - 01:02 AM
this is pretty good! I will be using it a lot. A few things that I think you should add or I just didn't find:
-running a file - there are edit/delete/rename, but not run options
-going up by one directory - [..] - I think it should be first thing in list of directories
-when closing the program, clear the screen
34 posts
Location
Programming Land
Posted 11 July 2012 - 03:28 AM
How did you create new files? Im making an electronic banking system and I need to be able to make files to register new accounts
515 posts
Location
Australia
Posted 11 July 2012 - 05:21 AM
How did you create new files? Im making an electronic banking system and I need to be able to make files to register new accounts
f = io.open("filename", "w")
f:write("")
f:close()
34 posts
Location
Programming Land
Posted 11 July 2012 - 03:16 PM
How did you create new files? Im making an electronic banking system and I need to be able to make files to register new accounts
f = io.open("filename", "w")
f:write("")
f:close()
Thanks
62 posts
Posted 11 July 2012 - 05:49 PM
How did you create new files? Im making an electronic banking system and I need to be able to make files to register new accounts
f = io.open("filename", "w")
f:write("")
f:close()
Thanks
Just a heads-up; an empty file will crash the standard edit program. Include a new line "n" to fix that.
278 posts
Posted 14 July 2012 - 01:45 AM
Nice, although I prefer Inventor2514's one. Text Pics all the way :P/>/>
89 posts
Location
Puerto Rico
Posted 17 July 2012 - 08:35 PM
THis is really nice, great interface. I think I'll go try it out :]
797 posts
Posted 18 July 2012 - 02:20 PM
wow i love this file manager im gonna use it in my os and antivirus if thats ok? and btw if you want to see my antivirus go to
http://www.bluetideos.weebly.com/download.html.
29 posts
Posted 18 July 2012 - 03:22 PM
very nice work and very helpful!
thank a lot!
504 posts
Location
Seattle, WA
Posted 19 July 2012 - 10:10 AM
Well this program has recently been receiving attention, not much but still :P/>/>, so I've gone ahead and put in all of the changes that had been asked for.
Took me 5 minutes too :)/>/>.
Have fun ;)/>/>
301 posts
Location
Whenever, Wherever!
Posted 19 July 2012 - 11:23 PM
So code is under the DWTHYWWMCJDSM lisence?
This is awesome, i really need to make something cool myself…