I want to get a full path of directory of any file store in File Doctype.
Is there any ORM like
frappe.get_site_path('public', 'files', doc.pdf_file)
I want to get a full path of directory of any file store in File Doctype.
Is there any ORM like
frappe.get_site_path('public', 'files', doc.pdf_file)