![]() |
QtsHttp
0.9.4
|
Instance Methods | |
(id) | - initWithPath:name:size:isDir: |
Constructor with parameters. More... | |
Protected Attributes | |
BOOL | isDir |
long long | size |
NSString * | path |
NSString * | name |
- (id) initWithPath: | (NSString *) | path | |
name: | (NSString *) | name | |
size: | (long long) | size | |
isDir: | (BOOL) | isDir | |
Constructor with parameters.
File or folder name
[IN] | isDir : Is file or folder. |
[IN] | size : File or folder size. |
[IN] | path : File or folder path. |
[IN] | name : File or folder name. |
|
readwritestrongprotected |
File or folder path
|
readwritestrongprotected |
File or folder size
|
readwriteassignprotected |
Is file or folder