DP News-Robot |
17. Okt 2018 11:20 |
Using Windows API function MoveFile to check if a filename is valid… *– via Stack Ove
This has a really neat Windows API trick [WayBack]*delphi – How can I sanitize a string for use as a filename? – Stack Overflow*by [WayBack] Alex. Via:*[WayBack] Interesting use of MoveFile, with NIL as the first parameter. https://stackoverflow.com/a/961500/49925 – Thomas Mueller (dummzeuch) – Google+ function IsValidFilePath(const FileName: String): Boolean; var S: String; I: Integer; begin […]
Weiterlesen...
|