问题标签 [delphi-strings]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
5 回答
1665 浏览

delphi - 反转数组中的字符串

我在这里要做的基本上是反转数组中的每个字符串,但我无法做到,上面的代码基本上是重复单词取决于它们的长度(我在数组中写了'bob',程序会给我 'bob' 三次,因为长度是 3)......不知道为什么它不能正常工作以及我错过了什么

0 投票
1 回答
505 浏览

delphi - TDirectory.GetDirectoryRoot 不能正确处理 Max_Path 字符的路径

IOUtils.TDirectory.GetDirectoryRoot(Folder) 在“文件夹”长度为 259 个字符时给我一个错误(是的,它在末尾包含 \ 分隔符):

项目 Tester.exe 引发异常类 EPathTooLongException,并带有消息“指定的路径太长”。

我虽然可以在路径中使用多达 260 个字符。
在此处输入图像描述

为什么 GetDirectoryRoot 不接受 Max_Path 字符的路径?