AknCommonDialogs Class Reference

class AknCommonDialogs

DEPRECATED: Use AknCommonDialogsDynMem instead. This class is only used as a proxy to the new implementation class to maintain backwards compatibility.

A class that consists of static functions that launch UI components in a sequence. First, memory selection component is launched and then file/directory selection component. In save and move dialogs directory selection may not be shown if there are no subdirectories to choose from. In save dialog, finally filename prompt component is launched.

All methods have an obligatory resource ID parameter for memory selection because it contains the paths for both memories (Phone&MMC) (LOCATION structs). If set, an observer is queried just before exiting the dialog. At this point the application can either reject or accept user's selection. Every dialog returns a boolean value which tells if user has selected something or not.

CommonDialogs.lib
Since
1.2
Public Member Functions
IMPORT_C TBoolRunCopyDlgLD(TDes &, TInt, MAknFileSelectionObserver *)
IMPORT_C TBoolRunCopyDlgLD(TDes &, TInt, MAknFileFilter *, MAknFileSelectionObserver *)
IMPORT_C TBoolRunCopyDlgLD(TDes &, TInt, TInt, MAknFileSelectionObserver *)
IMPORT_C TBoolRunFolderSelectDlgLD(TDes &, const TDesC &, TInt, TInt, const TDesC &, MAknFileFilter *, MAknFileSelectionObserver *)
IMPORT_C TBoolRunMoveDlgLD(TDes &, TInt, MAknFileSelectionObserver *)
IMPORT_C TBoolRunMoveDlgLD(TDes &, TInt, MAknFileFilter *, MAknFileSelectionObserver *)
IMPORT_C TBoolRunMoveDlgLD(TDes &, TInt, const TDesC &, MAknFileSelectionObserver *)
IMPORT_C TBoolRunMoveDlgLD(TDes &, TInt, TInt, MAknFileSelectionObserver *)
IMPORT_C TBoolRunSaveDlgLD(TDes &, TInt, MAknFileSelectionObserver *)
IMPORT_C TBoolRunSaveDlgLD(TDes &, TInt, MAknFileFilter *, MAknFileSelectionObserver *)
IMPORT_C TBoolRunSaveDlgLD(TDes &, TInt, const TDesC &, const TDesC &, MAknFileSelectionObserver *)
IMPORT_C TBoolRunSaveDlgLD(TDes &, TInt, TInt, MAknFileSelectionObserver *)
IMPORT_C TBoolRunSaveDlgLD(TDes &, TInt, TInt, const TDesC &, MAknFileSelectionObserver *)
IMPORT_C TBoolRunSaveDlgLD(TDes &, const TDesC &, TInt, TInt, const TDesC &, MAknFileFilter *, MAknFileSelectionObserver *)
IMPORT_C TBoolRunSaveDlgNoDirectorySelectionLD(TDes &, TInt, MAknFileSelectionObserver *)
IMPORT_C TBoolRunSaveDlgNoDirectorySelectionLD(TDes &, TInt, const TDesC &, MAknFileSelectionObserver *)
IMPORT_C TBoolRunSelectDlgLD(TDes &, TInt, MAknFileSelectionObserver *)
IMPORT_C TBoolRunSelectDlgLD(TDes &, TInt, MAknFileFilter *, MAknFileSelectionObserver *)
IMPORT_C TBoolRunSelectDlgLD(TDes &, TInt, const TDesC &, MAknFileSelectionObserver *)
IMPORT_C TBoolRunSelectDlgLD(TDes &, TInt, TInt, MAknFileSelectionObserver *)
IMPORT_C TBoolRunSelectDlgLD(TDes &, const TDesC &, TInt, MAknFileSelectionObserver *)
IMPORT_C TBoolRunSelectDlgLD(TDes &, const TDesC &, TInt, MAknFileFilter *, MAknFileSelectionObserver *)
IMPORT_C TBoolRunSelectDlgLD(TDes &, const TDesC &, TInt, const TDesC &, MAknFileSelectionObserver *)
IMPORT_C TBoolRunSelectDlgLD(TDes &, const TDesC &, TInt, TInt, MAknFileSelectionObserver *)
IMPORT_C TBoolRunSelectDlgLD(TDes &, const TDesC &, TInt, TInt, const TDesC &, MAknFileFilter *, MAknFileSelectionObserver *)

Member Functions Documentation

RunCopyDlgLD(TDes &, TInt, MAknFileSelectionObserver *)

IMPORT_C TBoolRunCopyDlgLD(TDes &aDirectory,
TIntaMemorySelectionResourceId,
MAknFileSelectionObserver *aObserver = NULL
)[static]

DEPRECATED: Use AknCommonDialogsDynMem funcions instead.

A static method that launches copy dialog.

Parameters

TDes & aDirectoryFull path of the folder that user selects is stored to this descriptor.
TInt aMemorySelectionResourceIdA resource id for memory selection dialog.
MAknFileSelectionObserver * aObserver = NULLAn observer which is asked, if set, to verify user's selection.

RunCopyDlgLD(TDes &, TInt, MAknFileFilter *, MAknFileSelectionObserver *)

IMPORT_C TBoolRunCopyDlgLD(TDes &aDirectory,
TIntaMemorySelectionResourceId,
MAknFileFilter *aFilter,
MAknFileSelectionObserver *aObserver = NULL
)[static]

DEPRECATED: Use AknCommonDialogsDynMem funcions instead.

A static method that launches copy dialog.

Parameters

TDes & aDirectoryFull path of the folder that user selects is stored to this descriptor.
TInt aMemorySelectionResourceIdA resource id for memory selection dialog.
MAknFileFilter * aFilterFilter is asked if a directory entry can be shown in list. Ownership is not transferred.
MAknFileSelectionObserver * aObserver = NULLAn observer which is asked, if set, to verify user's selection.

RunCopyDlgLD(TDes &, TInt, TInt, MAknFileSelectionObserver *)

IMPORT_C TBoolRunCopyDlgLD(TDes &aDirectory,
TIntaMemorySelectionResourceId,
TIntaFileSelectionResourceId,
MAknFileSelectionObserver *aObserver = NULL
)[static]

DEPRECATED: Use AknCommonDialogsDynMem funcions instead.

A static method that launches copy dialog.

Parameters

TDes & aDirectoryFull path of the folder that user selects is stored to this descriptor.
TInt aMemorySelectionResourceIdA resource id for memory selection dialog
TInt aFileSelectionResourceIdA resource id for file selection dialog
MAknFileSelectionObserver * aObserver = NULLAn observer which is asked, if set, to verify user's selection.

RunFolderSelectDlgLD(TDes &, const TDesC &, TInt, TInt, const TDesC &, MAknFileFilter *, MAknFileSelectionObserver *)

IMPORT_C TBoolRunFolderSelectDlgLD(TDes &aFolder,
const TDesC &aStartFolder,
TIntaMemorySelectionResourceId,
TIntaFileSelectionResourceId,
const TDesC &aFileSelectionTitle,
MAknFileFilter *aFilter = NULL,
MAknFileSelectionObserver *aObserver = NULL
)[static]

DEPRECATED: Use AknCommonDialogsDynMem funcions instead.

A static method that launches folder selection dialog.
Since
3.1

Parameters

TDes & aFolderFull path of the folder that user selects is stored to this descriptor.
const TDesC & aStartFolderUser defined folder to start browsing in file selection.
TInt aMemorySelectionResourceIdA resource id for memory selection dialog.
TInt aFileSelectionResourceIdA resource id for file selection dialog.
const TDesC & aFileSelectionTitleCustom title for file selection dialog.
MAknFileFilter * aFilter = NULLFilter is asked if a directory entry can be shown in list.
MAknFileSelectionObserver * aObserver = NULLAn observer which is asked to verify user's selection.

RunMoveDlgLD(TDes &, TInt, MAknFileSelectionObserver *)

IMPORT_C TBoolRunMoveDlgLD(TDes &aDirectory,
TIntaMemorySelectionResourceId,
MAknFileSelectionObserver *aObserver = NULL
)[static]

DEPRECATED: Use AknCommonDialogsDynMem funcions instead.

A static method that launches move dialog.

Parameters

TDes & aDirectoryFull path of the folder that user selects is stored to this descriptor.
TInt aMemorySelectionResourceIdA resource id for memory selection dialog.
MAknFileSelectionObserver * aObserver = NULLAn observer which is asked, if set, to verify user's selection.

RunMoveDlgLD(TDes &, TInt, MAknFileFilter *, MAknFileSelectionObserver *)

IMPORT_C TBoolRunMoveDlgLD(TDes &aDirectory,
TIntaMemorySelectionResourceId,
MAknFileFilter *aFilter,
MAknFileSelectionObserver *aObserver = NULL
)[static]

DEPRECATED: Use AknCommonDialogsDynMem funcions instead.

A static method that launches move dialog.

Parameters

TDes & aDirectoryFull path of the folder that user selects is stored to this descriptor.
TInt aMemorySelectionResourceIdA resource id for memory selection dialog.
MAknFileFilter * aFilterFilter is asked if a directory entry can be shown in list. Ownership is not transferred.
MAknFileSelectionObserver * aObserver = NULLAn observer which is asked, if set, to verify user's selection.

RunMoveDlgLD(TDes &, TInt, const TDesC &, MAknFileSelectionObserver *)

IMPORT_C TBoolRunMoveDlgLD(TDes &aDirectory,
TIntaMemorySelectionResourceId,
const TDesC &aFileSelectionTitle,
MAknFileSelectionObserver *aObserver = NULL
)[static]

DEPRECATED: Use AknCommonDialogsDynMem funcions instead.

A static method that launches move dialog.

Parameters

TDes & aDirectoryFull path of the folder that user selects is stored to this descriptor.
TInt aMemorySelectionResourceIdA resource id for memory selection dialog.
const TDesC & aFileSelectionTitleA custom title for directory selection dialog.
MAknFileSelectionObserver * aObserver = NULLAn observer which is asked, if set, to verify user's selection.

RunMoveDlgLD(TDes &, TInt, TInt, MAknFileSelectionObserver *)

IMPORT_C TBoolRunMoveDlgLD(TDes &aDirectory,
TIntaMemorySelectionResourceId,
TIntaFileSelectionResourceId,
MAknFileSelectionObserver *aObserver = NULL
)[static]

DEPRECATED: Use AknCommonDialogsDynMem funcions instead.

A static method that launches move dialog.

Parameters

TDes & aDirectoryFull path of the folder that user selects is stored to this descriptor.
TInt aMemorySelectionResourceIdA resource id for memory selection dialog
TInt aFileSelectionResourceIdA resource id for file selection dialog
MAknFileSelectionObserver * aObserver = NULLAn observer which is asked, if set, to verify user's selection.

RunSaveDlgLD(TDes &, TInt, MAknFileSelectionObserver *)

IMPORT_C TBoolRunSaveDlgLD(TDes &aDefaultFileName,
TIntaMemorySelectionResourceId,
MAknFileSelectionObserver *aObserver = NULL
)[static]

DEPRECATED: Use AknCommonDialogsDynMem funcions instead.

A static method that launches save dialog which does not run folder selection dialog at all. Instead the resulting path will be constructed from the root and default folder read from resources and from the file name given by the user.

Parameters

TDes & aDefaultFileNameFull path + the filename that user enters is stored to this descriptor. The descriptor may contain text that is used as default filename, for example "Attachment".
TInt aMemorySelectionResourceIdA resource id for memory selection dialog.
MAknFileSelectionObserver * aObserver = NULLAn observer which is asked, if set, to verify the filename that user types.

RunSaveDlgLD(TDes &, TInt, MAknFileFilter *, MAknFileSelectionObserver *)

IMPORT_C TBoolRunSaveDlgLD(TDes &aDefaultFileName,
TIntaMemorySelectionResourceId,
MAknFileFilter *aFilter,
MAknFileSelectionObserver *aObserver = NULL
)[static]

DEPRECATED: Use AknCommonDialogsDynMem funcions instead.

A static method that launches save dialog.

Parameters

TDes & aDefaultFileNameFull path + the filename that user enters is stored to this descriptor. The descriptor may contain text that is used as default filename, for example "Attachment".
TInt aMemorySelectionResourceIdA resource id for memory selection dialog.
MAknFileFilter * aFilterFilter is asked if a directory entry can be shown in list. Ownership is not transferred.
MAknFileSelectionObserver * aObserver = NULLAn observer which is asked, if set, to verify the filename that user types.

RunSaveDlgLD(TDes &, TInt, const TDesC &, const TDesC &, MAknFileSelectionObserver *)

IMPORT_C TBoolRunSaveDlgLD(TDes &aDefaultFileName,
TIntaMemorySelectionResourceId,
const TDesC &aFileSelectionTitle,
const TDesC &aFileNamePromptTitle,
MAknFileSelectionObserver *aObserver = NULL
)[static]

DEPRECATED: Use AknCommonDialogsDynMem funcions instead.

A static method that launches save dialog.

Parameters

TDes & aDefaultFileNameFull path + the filename that user enters is stored to this descriptor. The descriptor may contain text that is used as default filename, for example "Attachment".
TInt aMemorySelectionResourceIdA resource id for memory selection dialog.
const TDesC & aFileSelectionTitleCustom title for file selection dialog.
const TDesC & aFileNamePromptTitleCustom title for filename prompt dialog.
MAknFileSelectionObserver * aObserver = NULLAn observer which is asked, if set, to verify the filename that user types.

RunSaveDlgLD(TDes &, TInt, TInt, MAknFileSelectionObserver *)

IMPORT_C TBoolRunSaveDlgLD(TDes &aDefaultFileName,
TIntaMemorySelectionResourceId,
TIntaFileSelectionResourceId,
MAknFileSelectionObserver *aObserver = NULL
)[static]

DEPRECATED: Use AknCommonDialogsDynMem funcions instead.

A static method that launches save dialog.

Parameters

TDes & aDefaultFileNameFull path + the filename that user enters is stored to this descriptor. The descriptor may contain text that is used as default filename, for example "Attachment".
TInt aMemorySelectionResourceIdA resource id for memory selection dialog.
TInt aFileSelectionResourceIdA resource id for file selection dialog.
MAknFileSelectionObserver * aObserver = NULLAn observer which is asked, if set, to verify the filename that user types.

RunSaveDlgLD(TDes &, TInt, TInt, const TDesC &, MAknFileSelectionObserver *)

IMPORT_C TBoolRunSaveDlgLD(TDes &aDefaultFileName,
TIntaMemorySelectionResourceId,
TIntaFileSelectionResourceId,
const TDesC &aFileNamePromptTitle,
MAknFileSelectionObserver *aObserver = NULL
)[static]

DEPRECATED: Use AknCommonDialogsDynMem funcions instead.

A static method that launches save dialog.

Parameters

TDes & aDefaultFileNameFull path + the filename that user enters is stored to this descriptor. The descriptor may contain text that is used as default filename, for example "Attachment".
TInt aMemorySelectionResourceIdA resource id for memory selection dialog.
TInt aFileSelectionResourceIdA resource id for file selection dialog.
const TDesC & aFileNamePromptTitleCustom title for filename prompt dialog.
MAknFileSelectionObserver * aObserver = NULLAn observer which is asked, if set, to verify the filename that user types.

RunSaveDlgLD(TDes &, const TDesC &, TInt, TInt, const TDesC &, MAknFileFilter *, MAknFileSelectionObserver *)

IMPORT_C TBoolRunSaveDlgLD(TDes &aDefaultFileName,
const TDesC &aStartFolder,
TIntaMemorySelectionResourceId,
TIntaFileSelectionResourceId,
const TDesC &aFileSelectionTitle,
MAknFileFilter *aFilter = NULL,
MAknFileSelectionObserver *aObserver = NULL
)[static]

DEPRECATED: Use AknCommonDialogsDynMem funcions instead.

A static method that launches save dialog.
Since
3.1

Parameters

TDes & aDefaultFileNameFull path + the filename that user enters is stored to this descriptor. The descriptor may contain text that is used as default filename, for example "Attachment".
const TDesC & aStartFolderUser defined folder to start browsing in file selection.
TInt aMemorySelectionResourceIdA resource id for memory selection dialog.
TInt aFileSelectionResourceIdA resource id for file selection dialog.
const TDesC & aFileSelectionTitleCustom title for file selection dialog.
MAknFileFilter * aFilter = NULLFilter asked if a directory entry can be shown in list.
MAknFileSelectionObserver * aObserver = NULLAn observer which is asked, if set, to verify the filename that user types.

RunSaveDlgNoDirectorySelectionLD(TDes &, TInt, MAknFileSelectionObserver *)

IMPORT_C TBoolRunSaveDlgNoDirectorySelectionLD(TDes &aDefaultFileName,
TIntaMemorySelectionResourceId,
MAknFileSelectionObserver *aObserver = NULL
)[static]

DEPRECATED: Use AknCommonDialogsDynMem funcions instead.

A static method that launches save dialog. No file selection dialog for directory selection is displayed.

Parameters

TDes & aDefaultFileNameFull path + the filename that user enters is stored to this descriptor. The descriptor may contain text that is used as default filename, for example "Attachment".
TInt aMemorySelectionResourceIdA resource id for memory selection dialog. The folders in which the file will be saved should be given in this resource.
MAknFileSelectionObserver * aObserver = NULLAn observer which is asked, if set, to verify the filename that user types.

RunSaveDlgNoDirectorySelectionLD(TDes &, TInt, const TDesC &, MAknFileSelectionObserver *)

IMPORT_C TBoolRunSaveDlgNoDirectorySelectionLD(TDes &aDefaultFileName,
TIntaMemorySelectionResourceId,
const TDesC &aFileNamePromptTitle,
MAknFileSelectionObserver *aObserver = NULL
)[static]

DEPRECATED: Use AknCommonDialogsDynMem funcions instead.

A static method that launches save dialog. No file selection dialog for directory selection is displayed.

Parameters

TDes & aDefaultFileNameFull path + the filename that user enters is stored to this descriptor. The descriptor may contain text that is used as default filename, for example "Attachment".
TInt aMemorySelectionResourceIdA resource id for memory selection dialog. The folders in which the file will be saved should be given in this resource.
const TDesC & aFileNamePromptTitleCustom title for filename prompt dialog.
MAknFileSelectionObserver * aObserver = NULLAn observer which is asked, if set, to verify the filename that user types.

RunSelectDlgLD(TDes &, TInt, MAknFileSelectionObserver *)

IMPORT_C TBoolRunSelectDlgLD(TDes &aFileName,
TIntaMemorySelectionResourceId,
MAknFileSelectionObserver *aObserver = NULL
)[static]

DEPRECATED: Use AknCommonDialogsDynMem funcions instead.

A static method that launches file selection dialog.

Parameters

TDes & aFileNameFull path and filename of the file that user selects is stored to this descriptor.
TInt aMemorySelectionResourceIdA resource id for memory selection dialog.
MAknFileSelectionObserver * aObserver = NULLAn observer which is asked, if set, to verify user's selection.

RunSelectDlgLD(TDes &, TInt, MAknFileFilter *, MAknFileSelectionObserver *)

IMPORT_C TBoolRunSelectDlgLD(TDes &aFileName,
TIntaMemorySelectionResourceId,
MAknFileFilter *aFilter,
MAknFileSelectionObserver *aObserver = NULL
)[static]

DEPRECATED: Use AknCommonDialogsDynMem funcions instead.

A static method that launches file selection dialog.

Parameters

TDes & aFileNameFull path and filename of the file that user selects is stored to this descriptor.
TInt aMemorySelectionResourceIdA resource id for memory selection dialog.
MAknFileFilter * aFilterFilter is asked if a directory entry can be shown in list. Ownership is not transferred.
MAknFileSelectionObserver * aObserver = NULLAn observer which is asked, if set, to verify user's selection.

RunSelectDlgLD(TDes &, TInt, const TDesC &, MAknFileSelectionObserver *)

IMPORT_C TBoolRunSelectDlgLD(TDes &aFileName,
TIntaMemorySelectionResourceId,
const TDesC &aFileSelectionTitle,
MAknFileSelectionObserver *aObserver = NULL
)[static]

DEPRECATED: Use AknCommonDialogsDynMem funcions instead.

A static method that launches file selection dialog.

Parameters

TDes & aFileNameFull path and filename of the file that user selects is stored to this descriptor.
TInt aMemorySelectionResourceIdA resource id for memory selection dialog.
const TDesC & aFileSelectionTitleA custom title for file selection dialog.
MAknFileSelectionObserver * aObserver = NULLAn observer which is asked, if set, to verify user's selection.

RunSelectDlgLD(TDes &, TInt, TInt, MAknFileSelectionObserver *)

IMPORT_C TBoolRunSelectDlgLD(TDes &aFileName,
TIntaMemorySelectionResourceId,
TIntaFileSelectionResourceId,
MAknFileSelectionObserver *aObserver = NULL
)[static]

DEPRECATED: Use AknCommonDialogsDynMem funcions instead.

A static method that launches file selection dialog.

Parameters

TDes & aFileNameFull path and filename of the file that user selects is stored to this descriptor.
TInt aMemorySelectionResourceIdA resource id for memory selection dialog.
TInt aFileSelectionResourceIdA resource id for file selection dialog.
MAknFileSelectionObserver * aObserver = NULLAn observer which is asked, if set, to verify user's selection.

RunSelectDlgLD(TDes &, const TDesC &, TInt, MAknFileSelectionObserver *)

IMPORT_C TBoolRunSelectDlgLD(TDes &aFileName,
const TDesC &aStartFolder,
TIntaMemorySelectionResourceId,
MAknFileSelectionObserver *aObserver = NULL
)[static]

DEPRECATED: Use AknCommonDialogsDynMem funcions instead.

A static method that launches file selection dialog.
Since
2.6

Parameters

TDes & aFileNameFull path and filename of the file that user selects is stored to this descriptor.
const TDesC & aStartFolderUser defined folder to start browsing in file selection
TInt aMemorySelectionResourceIdA resource id for memory selection dialog.
MAknFileSelectionObserver * aObserver = NULLAn observer which is asked, if set, to verify user's selection.

RunSelectDlgLD(TDes &, const TDesC &, TInt, MAknFileFilter *, MAknFileSelectionObserver *)

IMPORT_C TBoolRunSelectDlgLD(TDes &aFileName,
const TDesC &aStartFolder,
TIntaMemorySelectionResourceId,
MAknFileFilter *aFilter,
MAknFileSelectionObserver *aObserver = NULL
)[static]

DEPRECATED: Use AknCommonDialogsDynMem funcions instead.

A static method that launches file selection dialog.
Since
2.6

Parameters

TDes & aFileNameFull path and filename of the file that user selects is stored to this descriptor.
const TDesC & aStartFolderUser defined folder to start browsing in file selection
TInt aMemorySelectionResourceIdA resource id for memory selection dialog.
MAknFileFilter * aFilterFilter is asked if a directory entry can be shown in list. Ownership is not transferred.
MAknFileSelectionObserver * aObserver = NULLAn observer which is asked, if set, to verify user's selection.

RunSelectDlgLD(TDes &, const TDesC &, TInt, const TDesC &, MAknFileSelectionObserver *)

IMPORT_C TBoolRunSelectDlgLD(TDes &aFileName,
const TDesC &aStartFolder,
TIntaMemorySelectionResourceId,
const TDesC &aFileSelectionTitle,
MAknFileSelectionObserver *aObserver = NULL
)[static]

DEPRECATED: Use AknCommonDialogsDynMem funcions instead.

A static method that launches file selection dialog.
Since
2.6

Parameters

TDes & aFileNameFull path and filename of the file that user selects is stored to this descriptor.
const TDesC & aStartFolderUser defined folder to start browsing in file selection
TInt aMemorySelectionResourceIdA resource id for memory selection dialog.
const TDesC & aFileSelectionTitleA custom title for file selection dialog.
MAknFileSelectionObserver * aObserver = NULLAn observer which is asked, if set, to verify user's selection.

RunSelectDlgLD(TDes &, const TDesC &, TInt, TInt, MAknFileSelectionObserver *)

IMPORT_C TBoolRunSelectDlgLD(TDes &aFileName,
const TDesC &aStartFolder,
TIntaMemorySelectionResourceId,
TIntaFileSelectionResourceId,
MAknFileSelectionObserver *aObserver = NULL
)[static]

DEPRECATED: Use AknCommonDialogsDynMem funcions instead.

A static method that launches file selection dialog.
Since
2.6

Parameters

TDes & aFileNameFull path and filename of the file that user selects is stored to this descriptor.
const TDesC & aStartFolderUser defined folder to start browsing in file selection
TInt aMemorySelectionResourceIdA resource id for memory selection dialog.
TInt aFileSelectionResourceIdA resource id for file selection dialog.
MAknFileSelectionObserver * aObserver = NULLAn observer which is asked, if set, to verify user's selection.

RunSelectDlgLD(TDes &, const TDesC &, TInt, TInt, const TDesC &, MAknFileFilter *, MAknFileSelectionObserver *)

IMPORT_C TBoolRunSelectDlgLD(TDes &aFileName,
const TDesC &aStartFolder,
TIntaMemorySelectionResourceId,
TIntaFileSelectionResourceId,
const TDesC &aFileSelectionTitle,
MAknFileFilter *aFilter = NULL,
MAknFileSelectionObserver *aObserver = NULL
)[static]

DEPRECATED: Use AknCommonDialogsDynMem funcions instead.

A static method that launches file selection dialog.
Since
3.1

Parameters

TDes & aFileNameFull path and filename of the file that user selects is stored to this descriptor.
const TDesC & aStartFolderUser defined folder to start browsing in file selection.
TInt aMemorySelectionResourceIdA resource id for memory selection dialog.
TInt aFileSelectionResourceIdA resource id for file selection dialog.
const TDesC & aFileSelectionTitleCustom title for file selection dialog.
MAknFileFilter * aFilter = NULLFilter asked if a directory entry can be shown in list.
MAknFileSelectionObserver * aObserver = NULLAn observer which is asked to verify user's selection.