Saturday, November 21, 2009
 
 
 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: 2091 Rating: TouchFileTimes has been rated  3.05 by  603 users (3.05) votes 603

SHGetFileInfo

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

OpenFile

The OpenFile function creates, opens, reopens, or deletes a file....
Hits: 7185 Rating: OpenFile has been rated  2.71 by  618 users (2.71) votes 618

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: 2551 Rating: VerQueryValue has been rated  2.93 by  486 users (2.93) votes 486

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: 2390 Rating: GetFileVersionInfoSize has been rated  2.88 by  338 users (2.88) votes 338

GetFileVersionInfo

The GetFileVersionInfo function returns version information about a specified file....
Hits: 3375 Rating: GetFileVersionInfo has been rated  3.04 by  358 users (3.04) votes 358

GetFileType

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

GetFileTitle

The GetFileTitle function returns the name of the file identified by the lpszFile parameter....
Hits: 1921 Rating: GetFileTitle has been rated  3.04 by  453 users (3.04) votes 453

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: 1803 Rating: GetCompressedFileSize has been rated  2.93 by  502 users (2.93) votes 502

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: 1697 Rating: GetBinaryType has been rated  3.09 by  374 users (3.09) votes 374

ShellFileCopy

Copying files using the Shell API displays the progress dialog ...
Hits: 2738 Rating: ShellFileCopy has been rated  3.29 by  914 users (3.29) votes 914

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: 1767 Rating: CreateHardLink has been rated  2.95 by  340 users (2.95) votes 340

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: 2150 Rating: GetFullPathName has been rated  3.05 by  262 users (3.05) votes 262

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: 2664 Rating: SetFileAttributes has been rated  3.27 by  216 users (3.27) votes 216

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: 1733 Rating: OVERLAPPED Structure has been rated  2.99 by  787 users (2.99) votes 787

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: 5869 Rating: ReadFile has been rated  3.14 by  402 users (3.14) votes 402

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: 2071 Rating: WIN32_FIND_DATA has been rated  3.21 by  275 users (3.21) votes 275

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: 1937 Rating: BY_HANDLE_FILE_INFORMATION Structure has been rated  2.94 by  435 users (2.94) votes 435

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: 3143 Rating: OPENFILENAME Structure has been rated  3.10 by  390 users (3.10) votes 390

GetFileAttributes

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







HOME | ARTICLES | MUSIC | DOWNLOADS | LINK DIRECTORY |  GAMES | TEST-QUIZZES | SITEMAP | ABOUT | HELP
Copyright © 2000 - 2007 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