tags:

views:

31

answers:

0

I m creating one text file at run time using FileOutputStream and i want to send that file through email...... emailIntent.putExtra(android.content.Intent.EXTRA_STREAM,Uri.parse("............")); Here i want to pass the path of file.....so how to get the path of that file which i m creating...?....plz reply