public bool Attach(string file_name) { if (m_CurrentFace != null) { m_ANTLastError = ANT.ANT_Attach_File(m_CurrentFace, file_name); return(m_ANTLastError == ANT_Error.ANT_Err_Ok); } return(false); }