ExplorerControl CurrentDirectoryPath on Launch Doesn't Show

0 Answers 49 Views
FileDialogs
Marianne
Top achievements
Rank 1
Veteran
Marianne asked on 23 Aug 2022, 07:32 PM

I coded the following XAML

<FileDialogs:ExplorerControl x:Name="ecDeployStuff" HorizontalAlignment="Left" Margin="12,28,0,0" VerticalAlignment="Top" CurrentDirectoryPath="C:\lala\Main\zzzDevelopment\abc" />

when I launch the WPF app it shows as the C: drive

am I missing another property to make the CurrentDirectoryPath work?

Martin Ivanov
Telerik team
commented on 26 Aug 2022, 01:03 PM

I've tested your code and it works properly on my side. You can see this in the attached project. If the folder is not opened then probably its access is restricted or it doesn't exist.

No answers yet. Maybe you can help?

Tags
FileDialogs
Asked by
Marianne
Top achievements
Rank 1
Veteran
Share this question
or