Opening a directory (folder) in managed mode in Thin Client

Understanding basics of 1C:Enterprise platform. To start working with 1C:Enterprise platform visit Getting started page

#1
People who like this:0Yes/0No
Active user
Rating: 3
Joined: Jul 20, 2011
Company:

How to open a directory (folder) in managed mode in Thin Client? As far as I understood, for this case there is only the PutFile procedure, but it is only for files, and setting an open directory mode is impossible there.

 
#2
People who like this:0Yes/0No
Timofey Bugaevsky
Guest

Joined:
Company:

Try the FileDialog.Choose(), here is an example:

Code
Dialog = New FileDialog(FileDialogMode.ChooseDirectory);
If Dialog.Choose() Then
    // Dialog.Directory value handling here
EndIf;

 
Subscribe
Users browsing this topic (guests: 1, registered: 0, hidden: 0)
Be the first to know tips & tricks on business application development!

A confirmation e-mail has been sent to the e-mail address you provided .

Click the link in the e-mail to confirm and activate the subscription.