ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
List of directory files:in simple mode: list in the following format: <Name of file 1> + TAB + <Type 1> + CR + ... <Name of file N> + TAB + <Type N> where <Type> corresponds to "F" if the element is a file and to "D" if the element is a directory.in detailed mode: list in the following format: <Name of File 1> + TAB + <Type 1> + TAB + <Size in Bytes 1> + TAB + <Rights 1> + TAB + <Modification Date 1> + TAB + <Creation Date 1> + TAB + <Access Date 1> + CR + ... where <Type> corresponds to "F" if the element is a file and to "D" if the element is a directory, <Rights> is a string that can contain the letters "R" (read rights), "W" (write rights) and "D" (erase rights). The dates are in the form "YYYYYMMDDHHmmSS".If the obexListDirectory constant is used, these lists will also contain the sub-directories. This list may possibly contain a ".." directory if the root of the tree structure of the OBEX server is not listed.
Identifier of OBEX connection to use. This identifier is returned by OBEXConnect.
Name of directory to list. The transfer directory is used if this parameter is not specified.
Level of result details:obexListDetailed<Result> contains the list of files in detailed mode.obexListDirectory<Result> contains the list of files and directories. This constant can be combined with obexListSimple and obexListDetailed. When it is used on its own, it is equivalent to obexListSimple + obexListDirectory.obexListSimple(Default value)<Result> contains the list of files in simple mode.
Operating mode
Limitation
Last update: 01/04/2021
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: