
PathInfo and V_flag
I was trying to do this:
PathInfo $pathName If ( !V_flag ) return -1 endif
But I think it should work like this:
PathInfo $pathName GetFileFolderInfo/D/Q/Z S_path If ( V_flag ) return -1 endif
PathInfo $pathName If ( !V_flag ) return -1 endif
PathInfo $pathName GetFileFolderInfo/D/Q/Z S_path If ( V_flag ) return -1 endif
You might want to test V_flag after calling PathInfo and before calling GetFileFolderInfo.
October 13, 2011 at 02:18 pm - Permalink
Good point.
October 13, 2011 at 02:30 pm - Permalink