file
Windows limitations on file and path name
By Sergey - Posted on January 1st, 2008
The limitations have been pulled from Windows SDK header file
Using Sparse Files sample
By Sergey - Posted on January 1st, 2008
“Sparse files” are only supported under Windows 2000 and later and the file must be on a volume that is NTFS 5.0 or later.
The code below sets the SPARSE attribute and zeros all the data in the file.
Retrieve List of Files from Clipboard
By Sergey - Posted on January 1st, 2008
MSDN: Windows Clipboard API
Determine Invalid Characters in File Name and Path
By Sergey - Posted on January 1st, 2008
Copy, Move, Rename File Preserving Destination Name Case
By Sergey - Posted on January 1st, 2008
The CopyFile() and MoveFile() WIN API functions preserve the case of the name for the destination file. Alternatively, WSH can be used.
The source and destination file names should include the directory name in both cases.
Recent comments
3 weeks 2 days ago
3 weeks 2 days ago
3 weeks 2 days ago
5 weeks 3 days ago
6 weeks 5 days ago
7 weeks 20 hours ago
8 weeks 1 day ago
11 weeks 1 day ago
12 weeks 14 hours ago
12 weeks 15 hours ago