معرفی شرکت ها


file-0.2.2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Higher level path and file manipulation functions.
ویژگی مقدار
سیستم عامل -
نام فایل file-0.2.2
نام file
نسخه کتابخانه 0.2.2
نگهدارنده ['aconbere']
ایمیل نگهدارنده ['aconbere@gmail.com']
نویسنده Anders Conbere
ایمیل نویسنده aconbere@gmail.com
آدرس صفحه اصلی http://github.com/aconbere/node-file-utils.git
آدرس اینترنتی https://github.com/aconbere/node-file-utils
مجوز MIT
# File - Common higher level file and path operations ## Install <pre> npm install file </pre> <pre> var file = require("file"); </pre> ## API ### file.walk(start, callback) Navigates a file tree, calling callback for each directory, passing in (null, dirPath, dirs, files). ### file.walkSync(start, callback) Synchronus version of file.walk, calling callback for each directory, passing in (dirPath, dirs, files). ### file.mkdirs(path, mode, callback) Makes all the directories in a path. (analgous to mkdir -P) For example given a path like "test/this/path" in an empty directory, mkdirs would make the directories "test", "this" and "path". ### file.mkdirsSync(path, mode) Like file.mkdirs but synchronous. ### file.path.abspath(path) Expands ".", "..", "~" and non root paths to their full absolute path. Relative paths default to being children of the current working directory. ### file.path.relativePath(root, fullPath) Given a root path, and a fullPath attempts to diff between the two to give us an acurate path relative to root. ### file.path.join(head, tail) Just like path.join but haves a little more sanely when give a head equal to "". file.path.join("", "tail") returns "tail", path.join("", "tail") returns "/tail"


نحوه نصب


نصب پکیج tgz file-0.2.2:

    npm install file-0.2.2.tgz