Used to indicate the directory alias where BFile is stored.
property FileDir: string;
Use the FileDir property to determine the directory alias where BFile is stored.
To create a directory alias use CREATE DIRECTORY.
edFileDir.Text:= TBFileField(OraQuery.FieldByName('Value')).FileDir;