Method | Description | |
---|---|---|
Copy ( string newName ) : bool | ||
Copy ( string fileName, string newName ) : bool | ||
DecodeName ( Qyoto.QByteArray localFileName ) : string | ||
DecodeName ( string localFileName ) : string | ||
Dispose ( ) : void | ||
EncodeName ( string fileName ) : Qyoto.QByteArray | ||
Error ( ) : QFile.FileError | ||
Exists ( ) : bool | ||
Exists ( string fileName ) : bool | ||
FileName ( ) : string | ||
Flush ( ) : bool | ||
Link ( string newName ) : bool | ||
Link ( string oldname, string newName ) : bool | ||
Map ( long offset, long size ) : Pointer |
||
Map ( long offset, long size, |
||
Open ( int fd, uint flags ) : bool | ||
Permissions ( ) : uint | ||
Permissions ( string filename ) : uint | ||
QFile ( |
||
QFile ( string name ) : System | ||
QFile ( string name, |
||
ReadLink ( ) : string | ||
ReadLink ( string fileName ) : string | ||
Remove ( ) : bool | ||
Remove ( string fileName ) : bool | ||
Rename ( string newName ) : bool | ||
Rename ( string oldName, string newName ) : bool | ||
Resize ( long sz ) : bool | ||
Resize ( string filename, long sz ) : bool | ||
SetFileName ( string name ) : void | ||
SetPermissions ( string filename, uint permissionSpec ) : bool | ||
SetPermissions ( uint permissionSpec ) : bool | ||
SymLinkTarget ( ) : string | ||
SymLinkTarget ( string fileName ) : string | ||
Tr ( string s ) : string | ||
Tr ( string s, string c ) : string | ||
Unmap ( Pointer |
||
UnsetError ( ) : void |
Method | Description | |
---|---|---|
CreateProxy ( ) : void | ||
QFile ( |
Method | Description | |
---|---|---|
AtEnd ( ) : bool | ||
Close ( ) : void | ||
FileEngine ( ) : |
||
IsSequential ( ) : bool | ||
Open ( uint flags ) : bool | ||
Pos ( ) : long | ||
QFile ( ) : System | ||
ReadData ( Pointer |
||
ReadLineData ( Pointer |
||
Seek ( long offset ) : bool | ||
Size ( ) : long | ||
WriteData ( string data, long len ) : long |
public static Copy ( string fileName, string newName ) : bool | ||
fileName | string | |
newName | string | |
return | bool |
public static DecodeName ( Qyoto.QByteArray localFileName ) : string | ||
localFileName | Qyoto.QByteArray | |
return | string |
public static DecodeName ( string localFileName ) : string | ||
localFileName | string | |
return | string |
public static EncodeName ( string fileName ) : Qyoto.QByteArray | ||
fileName | string | |
return | Qyoto.QByteArray |
public static Exists ( string fileName ) : bool | ||
fileName | string | |
return | bool |
public static Link ( string oldname, string newName ) : bool | ||
oldname | string | |
newName | string | |
return | bool |
public Map ( long offset, long size ) : Pointer |
||
offset | long | |
size | long | |
return | Pointer |
public Map ( long offset, long size, |
||
offset | long | |
size | long | |
flags | ||
return | Pointer |
public static Permissions ( string filename ) : uint | ||
filename | string | |
return | uint |
public QFile ( string name, |
||
name | string | |
parent | ||
return | System |
public static ReadLink ( string fileName ) : string | ||
fileName | string | |
return | string |
public static Remove ( string fileName ) : bool | ||
fileName | string | |
return | bool |
public static Rename ( string oldName, string newName ) : bool | ||
oldName | string | |
newName | string | |
return | bool |
public static Resize ( string filename, long sz ) : bool | ||
filename | string | |
sz | long | |
return | bool |
public static SetPermissions ( string filename, uint permissionSpec ) : bool | ||
filename | string | |
permissionSpec | uint | |
return | bool |
public SetPermissions ( uint permissionSpec ) : bool | ||
permissionSpec | uint | |
return | bool |
public static SymLinkTarget ( string fileName ) : string | ||
fileName | string | |
return | string |
public static Tr ( string s, string c ) : string | ||
s | string | |
c | string | |
return | string |