How to search/fetch file from stream with the help of relative path programitically?
Hello,
I want file instance with the help of relative path using java.
Is it possible to download file directly from stream with the help of relative path?,
Currently,to get any file from stream, i am parsing the complete component recursively
and get the file UUID and state UUID of file, with the help of these UUID i will get the file instance.
Doing in this way will decrease the tool performance.
I want a way in which i will directly get a file from steam with the help of Relative path?
Thanks in Advance!!
Regards,
Vikas Verma
I want file instance with the help of relative path using java.
Is it possible to download file directly from stream with the help of relative path?,
Currently,to get any file from stream, i am parsing the complete component recursively
and get the file UUID and state UUID of file, with the help of these UUID i will get the file instance.
Doing in this way will decrease the tool performance.
I want a way in which i will directly get a file from steam with the help of Relative path?
Thanks in Advance!!
Regards,
Vikas Verma