![]() |
QtsHttp
0.9.1
|
#import <QtsHttpFileStation.h>
Instance Methods | |
(id) | - initWithPath:name:size:isDir: |
Constructor with parameters. More... | |
Properties | |
BOOL | isDir |
long long | size |
NSString * | path |
NSString * | name |
Definition at line 91 of file QtsHttpFileStation.h.
- (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. |
|
readwriteatomicassign |
Definition at line 93 of file QtsHttpFileStation.h.
|
readwriteatomicstrong |
File or folder path
Definition at line 96 of file QtsHttpFileStation.h.
|
readwriteatomicstrong |
File or folder size
Definition at line 95 of file QtsHttpFileStation.h.
|
readwriteatomicassign |
Is file or folder
Definition at line 94 of file QtsHttpFileStation.h.