AXForum  
Вернуться   AXForum > Microsoft Dynamics AX > DAX Blogs
All
Забыли пароль?
Зарегистрироваться Правила Справка Пользователи Сообщения за день Поиск

 
 
Опции темы Поиск в этой теме Опции просмотра
Старый 06.08.2010, 17:05   #1  
Blog bot is offline
Blog bot
Участник
 
25,643 / 848 (80) +++++++
Регистрация: 28.10.2006
dax-ideas: Displaying the names of the files in the directory
Источник: http://dax-ideas.blogspot.com/2010/0...directory.html
==============

To display names of the files in directory

static void ShowFileNameinDirectory(Args _args)
{
int handle;
FilePath filePath;
FileName FileName;
;

filepath = "D:\\Cole Hersee Reports";

[handle,filename] =
WinAPI::findFirstFile(filepath + "\\*.xls");

while (filename)
{
info(filepath + "\\" + filename);
filename = WinAPI::findNextFile(handle);
}

WinAPI::findClose(handle);
}


Источник: http://dax-ideas.blogspot.com/2010/0...directory.html
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору.
 

Похожие темы
Тема Автор Раздел Ответов Посл. сообщение
dax-ideas: Getting the names of all the tables in AX Blog bot DAX Blogs 0 06.08.2010 17:05
dax-lessons: Generate XML Documentation Files for a project - DAX 2009 Blog bot DAX Blogs 0 04.05.2009 14:05
dax-lessons: Generate XML Documentation Files for a project - DAX 2009 Blog bot DAX Blogs 0 08.08.2008 19:06
dax-lessons: Active directory in Axapta Blog bot DAX Blogs 0 27.08.2007 23:00
xInfo::Directory DAX 4.0 Tarrash DAX: Программирование 2 07.04.2007 23:08

Ваши права в разделе
Вы не можете создавать новые темы
Вы не можете отвечать в темах
Вы не можете прикреплять вложения
Вы не можете редактировать свои сообщения

BB коды Вкл.
Смайлы Вкл.
[IMG] код Вкл.
HTML код Выкл.
Быстрый переход

Рейтинг@Mail.ru
Часовой пояс GMT +3, время: 02:50.