java - import os to j2me -


i trying write code j2me. has idea how this?

thanks!

import os if os.path.isfile("c:\\python\\myfolder\\test.txt"): 

  1. understand line does. can start docs python's os module: http://docs.python.org/library/os.path.html

  2. read j2me docs find similar function call.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -