B4J Question [ABMaterial]ABMFileInput File Path

Philip Chatzigeorgiadis

Active Member
Licensed User
Longtime User
I try to use the ABMFileInput to select a file.
I do not need to upload the file, i just need to get the full file name, including path.
However, the "_Changed(value as string)" event and the "getfilename" method return only the file name, without the path.
Is there a workaround?
 
Top