Records 1 to 20 of 39
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 |
39 File API Function
Sort: Most Viewed | Highest Rated | A-Z | Z-A
TouchFileTimesThe TouchFileTimes function updates the date and time at which the specified file was last modified....Hits: 2091 Rating: (3.05) votes 603
SHGetFileInfoRetrieves information about an object in the file system, such as a file, a folder, a directory, or a drive root....Hits: 3151 Rating: (3.11) votes 429
OpenFileThe OpenFile function creates, opens, reopens, or deletes a file....Hits: 7185 Rating: (2.71) votes 618
VerQueryValueThe 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: (2.93) votes 486
GetFileVersionInfoSizeThe 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: (2.88) votes 338
GetFileVersionInfoThe GetFileVersionInfo function returns version information about a specified file....Hits: 3375 Rating: (3.04) votes 358
GetFileTypeThe GetFileType function returns the type of the specified file....Hits: 3495 Rating: (2.99) votes 871
GetFileTitleThe GetFileTitle function returns the name of the file identified by the lpszFile parameter....Hits: 1921 Rating: (3.04) votes 453
GetCompressedFileSizeThe 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: (2.93) votes 502
GetBinaryTypeThe 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: (3.09) votes 374
ShellFileCopyCopying files using the Shell API displays the progress dialog ...Hits: 2738 Rating: (3.29) votes 914
CreateHardLinkThe 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: (2.95) votes 340
GetFullPathNameGetFullPathName 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: (3.05) votes 262
SetFileAttributesSetFileAttributes 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: (3.27) votes 216
OVERLAPPED StructureOVERLAPPED-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: (2.99) votes 787
ReadFileReadFile 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: (3.14) votes 402
WIN32_FIND_DATAWIN32_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: (3.21) votes 275
BY_HANDLE_FILE_INFORMATION StructureBY_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: (2.94) votes 435
OPENFILENAME StructureOPENFILENAME-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: (3.10) votes 390
GetFileAttributesGetFileAttributes returns the attributes of a file or a directory. Attributes determine such things as read-only status, archive status ...Hits: 2321 Rating: (3.18) votes 261
Records 1 to 20 of 39
|