Sunday, May 19, 2013
 
 
 Browse Category
» Application
» Arc
» AVI
» Bitmap
» Brush
» Caret
» Character
» Clipboard
» Color
» Compress
» Console
» Cryptographic
» Currency
» Cursor
» Date/Time
» DDE
» Device
» Display
» DLL
» Drives
» Ellipse
» File
» Font
» FTP
» HotKey
» Icon
» ImageList
» Inet
» INI-Files
» Internet
» Joystick
» Keyboard
» Memory
» Menu
» MIDI
» Network
» Objects
» Pen
» Picture
» Polygon
» Ports
» Printer
» Process
» Rectangle
» Registry
» ScrollBar
» Sound
» Strings
» System
» Tape
» Text
» Timer
» Triangle
» Wait
» Window
Search Freeware
Search Links

API Name A-Z  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z

39 File API Function

Sort: Most Viewed | Highest Rated | A-Z | Z-A

TouchFileTimes

The TouchFileTimes function updates the date and time at which the specified file was last modified....
Hits: 4055 Rating: TouchFileTimes has been rated  3.06 by  888 users (3.06) votes 888

SHGetFileInfo

Retrieves information about an object in the file system, such as a file, a folder, a directory, or a drive root....
Hits: 6850 Rating: SHGetFileInfo has been rated  2.89 by  854 users (2.89) votes 854

OpenFile

The OpenFile function creates, opens, reopens, or deletes a file....
Hits: 15685 Rating: OpenFile has been rated  2.68 by  773 users (2.68) votes 773

VerQueryValue

The VerQueryValue function returns selected version information from the specified version-information resource. To retrieve the appropriate resource, the GetFileVersionInfo function must be called before VerQueryValue....
Hits: 6234 Rating: VerQueryValue has been rated  3.01 by  978 users (3.01) votes 978

GetFileVersionInfoSize

The GetFileVersionInfoSize function determines whether the operating system can obtain version information about a specified file. If version information is available, GetFileVersionInfoSize returns the size in bytes of that information....
Hits: 4806 Rating: GetFileVersionInfoSize has been rated  2.87 by  500 users (2.87) votes 500

GetFileVersionInfo

The GetFileVersionInfo function returns version information about a specified file....
Hits: 8299 Rating: GetFileVersionInfo has been rated  3.00 by  545 users (3.00) votes 545

GetFileType

The GetFileType function returns the type of the specified file....
Hits: 8264 Rating: GetFileType has been rated  2.99 by  1920 users (2.99) votes 1920

GetFileTitle

The GetFileTitle function returns the name of the file identified by the lpszFile parameter....
Hits: 4234 Rating: GetFileTitle has been rated  3.18 by  848 users (3.18) votes 848

GetCompressedFileSize

The GetCompressedFileSize function obtains the actual number of bytes of disk storage used to store a specified file. If the file is located on a volume that supports compression, and the file is compressed, the value obtained is the compressed size of the specified file. If the file is not located ...
Hits: 3444 Rating: GetCompressedFileSize has been rated  2.69 by  704 users (2.69) votes 704

GetBinaryType

The GetBinaryType function determines whether a file is executable, and if so, what type of executable file it is. That last property determines which subsystem an executable file runs under....
Hits: 3673 Rating: GetBinaryType has been rated  3.15 by  656 users (3.15) votes 656

ShellFileCopy

Copying files using the Shell API displays the progress dialog ...
Hits: 5712 Rating: ShellFileCopy has been rated  3.47 by  1580 users (3.47) votes 1580

CreateHardLink

The CreateHardLink function establishes an NTFS hard link between an existing file and a new file. An NTFS hard link is similar to a POSIX hard link....
Hits: 4707 Rating: CreateHardLink has been rated  1.98 by  1224 users (1.98) votes 1224

GetFullPathName

GetFullPathName appends a specified filename to the name of the current directory. For example, if you specify the file "hello.txt" and the current directory is "C:\My Documents\Junk", the resulting filename would be "C:\My Documents\Junk\hello.txt". This string is put into the string passed as lp...
Hits: 5656 Rating: GetFullPathName has been rated  3.21 by  1214 users (3.21) votes 1214

SetFileAttributes

SetFileAttributes changes the attributes of a file or a directory. The four attributes you can set are archive, read-only, hidden, and system status -- the other attributes merely reflect unchangeable properties of the file. Any of the four can be on or off in any order. The function returns 0 if an...
Hits: 7501 Rating: SetFileAttributes has been rated  3.29 by  1049 users (3.29) votes 1049

OVERLAPPED Structure

OVERLAPPED-type variables tell the file access functions what part of a file to read or write when asynchronous (overlapped) file access is used. Note that Windows 95/98 does not allow asynchronous file access for disk files, although Windows NT does. The actual offset is identified by combining off...
Hits: 4107 Rating: OVERLAPPED Structure has been rated  2.55 by  1720 users (2.55) votes 1720

ReadFile

ReadFile reads data from an open file and puts the data in the variable passed as lpBuffer. The function also puts the number of bytes of data actually read into the variable passed as lpNumberOfBytesRead. The file must of course have been opened with read-level access. The function starts reading f...
Hits: 16259 Rating: ReadFile has been rated  3.31 by  1216 users (3.31) votes 1216

WIN32_FIND_DATA

WIN32_FIND_DATA-type variables hold information found about a file from a file search operation. This information includes the file's attributes; its creation, last-access, and last-modified times; the size of the file; its long filename; and its short filename. The file size is a 64-bit value split...
Hits: 5798 Rating: WIN32_FIND_DATA has been rated  2.47 by  773 users (2.47) votes 773

BY_HANDLE_FILE_INFORMATION Structure

BY_HANDLE_FILE_INFORMATION-type variables hold various pieces of information about a file. This information includes the file's attributes; its creation, last-access, and last-modified times and dates; the serial number of the disk the file is on; the file's size; the number of links to the file in ...
Hits: 3628 Rating: BY_HANDLE_FILE_INFORMATION Structure has been rated  2.86 by  659 users (2.86) votes 659

OPENFILENAME Structure

OPENFILENAME-type variables work with the two Windows file dialog box APIs, GetOpenFileName and GetSaveFileName. This structure is used both to pass information to the function and to return data from it. ...
Hits: 7627 Rating: OPENFILENAME Structure has been rated  3.10 by  637 users (3.10) votes 637

GetFileAttributes

GetFileAttributes returns the attributes of a file or a directory. Attributes determine such things as read-only status, archive status ...
Hits: 7475 Rating: GetFileAttributes  has been rated  2.71 by  1174 users (2.71) votes 1174
Records 1 to 20 of 39







HOME | MUSIC | DOWNLOADS |  GAMES | TEST-QUIZZES | SITEMAP | ABOUT | HELP
Copyright © 2000 - 2013 Ex-designz. All rights reserved. Website Developed By Dexter Zafra of Myasp-net.com
Link to us | Advertisement | Contact us | Privacy Policy | Terms of use | Accessibility