1. Converting long file path names to short paths
Hi, How can I convert a very long file path in to a short path with dots (...) in the path name. For example, in VC++ file properties dialog displays long file path with dont in the path name. File Path "T:\ABC_DEF_asdfgh\framework\pc\tsroot\mmi\FLDRMMI\sources\autodetectdlg.cpp" is shown as "T:\...\FLDRMMI\sources\autodetectdlg.cpp" Is there any statndard function for this conversion? Or I have to do it programatically? Thanks
2. Getting path from the full path and file name
3. long long and unsigned long long performance on x86
4. Editorial: abs(long long) should return long long
5. Library path and individual libraries?
Dumb question: If I want to enter in library names that are standard Windows ones (e.g. ws2_32.lib) the under Paths | Library Path can I enter individual file names without paths? To put it another way: Is there a preferred different place for individual file names versus for directory paths?
6. howto get the path of the executable?
7. Copy Files with path longer than 260 characters using c# .NET