简体   繁体   中英

pathconf( ) linux equivalent windows API

Can anyone suggest me the equivalent Windows API for Linux PathConf( ) API.

If I use MAX_PATH, it will be macro and that is 256.

You should indeed use MAX_PATH on Windows, as it is not a configurable item on that platform. See here: http://msdn.microsoft.com/en-us/library/windows/desktop/aa365247(v=vs.85).aspx#maxpath

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM