public class nsILocalFile extends nsIFile
Modifier and Type | Field and Description |
---|---|
(package private) static int |
LAST_METHOD_ID |
static nsID |
NS_ILOCALFILE_IID |
static java.lang.String |
NS_ILOCALFILE_IID_STR |
DIRECTORY_TYPE, NORMAL_FILE_TYPE, NS_IFILE_IID, NS_IFILE_IID_STR
address, FIRST_METHOD_ID, IsSolaris, IsXULRunner10, NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR
Constructor and Description |
---|
nsILocalFile(int address) |
Modifier and Type | Method and Description |
---|---|
int |
AppendRelativeNativePath(int relativeFilePath) |
int |
AppendRelativePath(int relativeFilePath) |
int |
GetDiskSpaceAvailable(long[] aDiskSpaceAvailable) |
int |
GetFollowLinks(int[] aFollowLinks) |
int |
GetPersistentDescriptor(int aPersistentDescriptor) |
int |
GetRelativeDescriptor(int fromFile,
int _retval) |
int |
InitWithFile(int aFile) |
int |
InitWithNativePath(int filePath) |
int |
InitWithPath(int filePath) |
int |
Launch() |
int |
Load(int[] _retval) |
int |
OpenANSIFileDesc(byte[] mode,
int[] _retval) |
int |
OpenNSPRFileDesc(int flags,
int mode,
int[] _retval) |
int |
Reveal() |
int |
SetFollowLinks(int aFollowLinks) |
int |
SetPersistentDescriptor(int aPersistentDescriptor) |
int |
SetRelativeDescriptor(int fromFile,
int relativeDesc) |
Append, AppendNative, Clone, Contains, CopyTo, CopyToFollowingLinks, CopyToFollowingLinksNative, CopyToNative, Create, CreateUnique, Equals, Exists, GetDirectoryEntries, GetFileSize, GetFileSizeOfLink, GetLastModifiedTime, GetLastModifiedTimeOfLink, GetLeafName, GetNativeLeafName, GetNativePath, GetNativeTarget, GetParent, GetPath, GetPermissions, GetPermissionsOfLink, GetTarget, IsDirectory, IsExecutable, IsFile, IsHidden, IsReadable, IsSpecial, IsSymlink, IsWritable, MoveTo, MoveToNative, Normalize, Remove, SetFileSize, SetLastModifiedTime, SetLastModifiedTimeOfLink, SetLeafName, SetNativeLeafName, SetPermissions, SetPermissionsOfLink
AddRef, getAddress, QueryInterface, Release
static final int LAST_METHOD_ID
public static final java.lang.String NS_ILOCALFILE_IID_STR
public static final nsID NS_ILOCALFILE_IID
public int InitWithPath(int filePath)
public int InitWithNativePath(int filePath)
public int InitWithFile(int aFile)
public int GetFollowLinks(int[] aFollowLinks)
public int SetFollowLinks(int aFollowLinks)
public int OpenNSPRFileDesc(int flags, int mode, int[] _retval)
public int OpenANSIFileDesc(byte[] mode, int[] _retval)
public int Load(int[] _retval)
public int GetDiskSpaceAvailable(long[] aDiskSpaceAvailable)
public int AppendRelativePath(int relativeFilePath)
public int AppendRelativeNativePath(int relativeFilePath)
public int GetPersistentDescriptor(int aPersistentDescriptor)
public int SetPersistentDescriptor(int aPersistentDescriptor)
public int Reveal()
public int Launch()
public int GetRelativeDescriptor(int fromFile, int _retval)
public int SetRelativeDescriptor(int fromFile, int relativeDesc)