zartgesotten on 04/13/10
Last Edited at 04/13/10 05:19am
//get full path including filename of current file$fileTarget = __FILE__;// get absolute path$path = dirname($fileTarget);//or shortform$path = dirname(__FILE__);
Report this snippet Tweet
Comment:
You need to login to post a comment.