Exemple #1
0
 public bool Rename(int groupId, int index, string newFileName)
 {
     return(m_dll.adImageInfoRenameW(m_handle, new IntPtr(groupId), new IntPtr(index), newFileName) == CoreDll.Error.Ok);
 }