- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for GetFileAttributes (0.09 sec)
-
src/main/java/jcifs/internal/smb1/com/SmbComOpenAndXResponse.java
/** * @return the fileAttributes */ public final int getFileAttributes () { return this.fileAttributes; } /** * {@inheritDoc} * * @see jcifs.internal.SmbBasicFileInfo#getAttributes() */ @Override public int getAttributes () { return getFileAttributes(); } /** * @return the fileType */
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 5.2K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/create/Smb2CloseResponse.java
/** * @return the fileAttributes */ public int getFileAttributes () { return this.fileAttributes; } /** * {@inheritDoc} * * @see jcifs.internal.SmbBasicFileInfo#getAttributes() */ @Override public int getAttributes () { return getFileAttributes(); } /** * {@inheritDoc} *
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 5.5K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/create/Smb2CreateResponse.java
/** * @return the fileAttributes */ public final int getFileAttributes () { return this.fileAttributes; } /** * {@inheritDoc} * * @see jcifs.internal.SmbBasicFileInfo#getAttributes() */ @Override public final int getAttributes () { return getFileAttributes(); } /** * @return the fileId */
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 8.6K bytes - Viewed (0) -
api/go1.txt
pkg syscall (windows-386), func GetEnvironmentVariable(*uint16, *uint16, uint32) (uint32, error) pkg syscall (windows-386), func GetExitCodeProcess(Handle, *uint32) error pkg syscall (windows-386), func GetFileAttributes(*uint16) (uint32, error) pkg syscall (windows-386), func GetFileAttributesEx(*uint16, uint32, *uint8) error pkg syscall (windows-386), func GetFileInformationByHandle(Handle, *ByHandleFileInformation) error
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0)