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

SAP Web Service from .NET via WCF -

Optimized Line drawing in QT -

datetime - str to time in python -