Hi @diegosly
Sorry for the late answer. Code for getting file path:
Sorry for the late answer. Code for getting file path:
IMediaFile file = ...;
string filePath = (file as FileSystemFileBase).SystemPath;
that should be needed only, if you want to attach a file to an email.