This commit is contained in:
Joel Dice
2007-08-20 18:24:54 -06:00
parent e2f3e80bdf
commit 27c8511c5e
6 changed files with 56 additions and 34 deletions

View File

@ -97,6 +97,13 @@ doWrite(JNIEnv* e, jint fd, const jbyte* data, jint length)
} // namespace
extern "C" JNIEXPORT jstring JNICALL
Java_java_io_File_toCanonicalPath(JNIEnv* /*e*/, jclass, jstring path)
{
// todo
return path;
}
extern "C" JNIEXPORT jstring JNICALL
Java_java_io_File_toAbsolutePath(JNIEnv* /*e*/, jclass, jstring path)
{