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: 4055 Rating: (3.06) votes 888
SHGetFileInfoRetrieves information about an object in the file system, such as a file, a folder, a directory, or a drive root....Hits: 6850 Rating: (2.89) votes 854
OpenFileThe OpenFile function creates, opens, reopens, or deletes a file....Hits: 15685 Rating: (2.68) votes 773
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: 6234 Rating: (3.01) votes 978
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: 4806 Rating: (2.87) votes 500
GetFileVersionInfoThe GetFileVersionInfo function returns version information about a specified file....Hits: 8299 Rating: (3.00) votes 545
GetFileTypeThe GetFileType function returns the type of the specified file....Hits: 8264 Rating: (2.99) votes 1920
GetFileTitleThe GetFileTitle function returns the name of the file identified by the lpszFile parameter....Hits: 4234 Rating: (3.18) votes 848
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: 3444 Rating: (2.69) votes 704
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: 3673 Rating: (3.15) votes 656
ShellFileCopyCopying files using the Shell API displays the progress dialog ...Hits: 5712 Rating: (3.47) votes 1580
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: 4707 Rating: (1.98) votes 1224
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: 5656 Rating: (3.21) votes 1214
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: 7501 Rating: (3.29) votes 1049
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: 4107 Rating: (2.55) votes 1720
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: 16259 Rating: (3.31) votes 1216
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: 5798 Rating: (2.47) votes 773
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: 3628 Rating: (2.86) votes 659
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: 7627 Rating: (3.10) votes 637
GetFileAttributesGetFileAttributes returns the attributes of a file or a directory. Attributes determine such things as read-only status, archive status ...Hits: 7475 Rating: (2.71) votes 1174
Records 1 to 20 of 39
|