mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
chore(dir) change comments
This commit is contained in:
parent
67f25439be
commit
63cf7b8387
1 changed files with 5 additions and 12 deletions
|
|
@ -2,20 +2,13 @@
|
|||
(function(){
|
||||
'use strict';
|
||||
|
||||
|
||||
|
||||
/*
|
||||
'# dir.js' + '\n' +
|
||||
'# -----------' + '\n' +
|
||||
'# Module is part of Cloud Commander,' + '\n' +
|
||||
'# used for getting dir size.' + '\n' +
|
||||
'# If you wont to see at work' + '\n' +
|
||||
'# try GET /api/v1/fs/etc?size or' + '\n' +
|
||||
'# dir.getSize(\'/etc, function(err, size) {' + '\n' +
|
||||
'# });' + '\n' +
|
||||
'# http://cloudcmd.io' + '\n');
|
||||
* dir.js'
|
||||
* -----------'
|
||||
* used for getting dir size.'
|
||||
* dir.getSize(path, callback)
|
||||
*/
|
||||
|
||||
|
||||
var fs = require('fs'),
|
||||
path = require('path'),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue