org.eclipse.swt.internal.mozilla
Class nsILocalFile
java.lang.Object
org.eclipse.swt.internal.mozilla.nsISupports
org.eclipse.swt.internal.mozilla.nsIFile
org.eclipse.swt.internal.mozilla.nsILocalFile
public class nsILocalFile
- extends nsIFile
Methods inherited from class org.eclipse.swt.internal.mozilla.nsIFile |
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NS_ILOCALFILE_IID_STR
public static final java.lang.String NS_ILOCALFILE_IID_STR
- See Also:
- Constant Field Values
NS_ILOCALFILE_IID
public static final nsID NS_ILOCALFILE_IID
nsILocalFile
public nsILocalFile(long address)
InitWithPath
public int InitWithPath(long filePath)
InitWithNativePath
public int InitWithNativePath(long filePath)
InitWithFile
public int InitWithFile(long aFile)
GetFollowLinks
public int GetFollowLinks(int[] aFollowLinks)
SetFollowLinks
public int SetFollowLinks(int aFollowLinks)
OpenNSPRFileDesc
public int OpenNSPRFileDesc(int flags,
int mode,
long[] _retval)
OpenANSIFileDesc
public int OpenANSIFileDesc(byte[] mode,
long[] _retval)
Load
public int Load(long[] _retval)
GetDiskSpaceAvailable
public int GetDiskSpaceAvailable(long[] aDiskSpaceAvailable)
AppendRelativePath
public int AppendRelativePath(long relativeFilePath)
AppendRelativeNativePath
public int AppendRelativeNativePath(long relativeFilePath)
GetPersistentDescriptor
public int GetPersistentDescriptor(long aPersistentDescriptor)
SetPersistentDescriptor
public int SetPersistentDescriptor(long aPersistentDescriptor)
Reveal
public int Reveal()
Launch
public int Launch()
GetRelativeDescriptor
public int GetRelativeDescriptor(long fromFile,
long _retval)
SetRelativeDescriptor
public int SetRelativeDescriptor(long fromFile,
long relativeDesc)