
Location
Somewhere on a military base
Age
21
Followers
0
Following
1
Joined
Last Online
-
VIC3
@Webmaster4o I'll try that website but I already posted the other lines too
-
-
-
-
VIC3
@cook I want it to have the file directory popup ever time I click browser but the only that I already have it to show what I'm typing in I just want it to read the console output it gives you in the alert
-
VIC3
@cook Yes, exactly like iFiles by Billy Ellis here's the photo:
-
VIC3
# coding: utf-8 import ui from objc_util import * import console import os import sys, traceback NSFileManager = ObjCClass('NSFileManager') UIDevice = ObjCClass('UIDevice') print 'Enter directory' path = raw_input() files = NSFileManager.defaultManager().contentsOfDirectoryAtPath_error_(path,None) print files @ui.in_background def file_browser(message): alert_result=console.alert(path,path,'Dismiss',hide_cancel_button=True) def back_console(sender): console.show_input() @ui.in_background def about(message): alert_result=console.alert('About', 'Project based off of Billy Ellis app called "iFiles" I take no credits for idea of this') def find_ios(sender): vers = UIDevice.currentDevice().systemVersion() string = str(vers) v = sender.superview label = v['label1'].text = string v = ui.load_view() v.present('sheet')
-
VIC3
Here take a look I typed the "/" at the top I want the code for the output (circled)
-
VIC3
@Webmaster4o if you have some way of me contacting you I can send you a picture of what I mean
-
VIC3
@cook no I mean like say you typed in a error into the console it'll say all of the red texted error I want the code for the output of the console (sorry if it confuses you)