Hi,
May I ask how to open the previous folder using the OpenFileAsync function in File Manager? I have tried using OpenFileAsync("..") and OpenFileAsync("/") but neither worked.
Thanks!
|
public void openfolder()
{
//Opens the Documents folder
this.filemanager.OpenFileAsync("Documents");
} |
Hi Indumathy,
Sorry but I do know how it works. What I'm asking for is how to open a previous folder using OpenFileAsync()?
Here's a scenario, I have the following folder structure "Documents/Sample" and I am currently in the Sample folder. I want to go back to the Documents folder on a button click. How can I achieve opening the Documents folder (which is the previous folder in this scn using the OpenFileAsync method? And if this is not possible, what are the ways that we can achieve that.
Thanks!
Hi,
Can you confirm if clicking the breadcrumb links doesn't also trigger the OnFileOpen event? Would also like to add that on the fixes needed to be done as well.
Thanks!