Open Source .NET Development [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Open Source .NET Development [Electronic resources] - نسخه متنی

Brian Nantz

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید


<mkdir> Creates a directory and any non-existent parent directories if necessary.


Attribute

Description

Required

dir

The directory to create.

True

failonerror

verbose

Determines whether task failure stops the build or is just reported. Default is "true."

False

if

Task reports detailed build log messages. Default is "false."

False

unless

If true then the task will be executed; otherwise skipped. Default is "true."

False

Opposite of if. If false then the task will be executed; otherwise skipped. Default is "false."

False

Example


<mkdir dir="build"/>


    / 275