瀏覽代碼

Comment of PreserveFileName argument

Source commit: 2672a9bf752a110cad90da994606c2f0f4c9b254
Martin Prikryl 5 年之前
父節點
當前提交
98767185be
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      source/windows/VCLCommon.cpp

+ 1 - 0
source/windows/VCLCommon.cpp

@@ -1301,6 +1301,7 @@ bool __fastcall SelectDirectory(UnicodeString & Path, const UnicodeString Prompt
   {
     UnicodeString Directory;
     UnicodeString FileName;
+    // We do not have any real use for the PreserveFileName
     if (!PreserveFileName || DirectoryExists(ApiPath(Path)))
     {
       Directory = Path;