Вниз
Скачать: CL | DM;

Создание вложеной папки   Найти похожие ветки 

 
VJar   (2002-04-11 23:35) [0]

Есть ли стандартная процедура, которая
создает папку, но учитывая то, что если папки
в которых она должна лежать не существуют,
то их тоже нужно создать???


 
oomneeq ©   (2002-04-11 23:37) [1]

Unit
unit
FileCtrl


function ForceDirectories(Dir: string): Boolean;

Description

DOS and Windows only allow directories to be created one at a time. For example, to create the C:\APPS\SALES\LOCAL directory, the APPS and SALES directories must exist before the LOCAL directory can be created. Use ForceDirectories to create a directory and all parent directories that do not already exist.

ForceDirectories returns True if it successfully creates all necessary directories, False if it could not create a needed directory.

Note: Do not call ForceDirectories with an empty string. Doing so causes ForceDirectories to raise an exception.



Страницы: 1 вся ветка

Скачать: CL | DM;



Память: 0.44 MB
Время: -0.992 c
1-80947
snoup
2002-04-11 22:55
2002.04.25
Дайти кто-нибудь простинький кодик как сделать кнопку круглой?


1-80889
Darlok
2002-04-14 15:03
2002.04.25
Program Files Dir


1-80864
Филиппов Стас
2002-04-13 18:22
2002.04.25
замена символов в Edit


3-80784
Sam
2002-04-03 16:31
2002.04.25
ADO Problem


1-80856
besen-ok
2002-04-11 10:48
2002.04.25
Компенетра на Delphi (DLL) для 1С




   Наверх