THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 08/03/2004 at 07:24, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.207
Platform: Windows ;
Language(s) : C++ ;
---------
Hi,
I created a dialog using the ResEdit Plugin (V 1.7). This dialog's resource file includes a FileSelector field:
FILENAME FILSELECTOR_ID
After selecting a file using this GUI there's a value shown in the edit-field but I cant't get the shown Filename for further usage.
I tried this code to get the Filename but using this code had no success:
Filename file
GetFilename(FILSELECTOR_ID, file); //from GeDialog
Why I don't get the Filename from the field? Is there any other way?
Thanks