File API doubts

Re: File API doubts

by A. Obeid -
Number of replies: 0
Try this
//$context = context_module::instance($cm->id);
$path = '/' . $context->id . '/course/overviewfiles/0'. $file->get_filepath() . $file->get_filename();
$fullurl = file_encode_url($CFG->wwwroot . '/pluginfile.php', $path, false);
Average of ratings: Useful (1)