【发布时间】:2018-05-24 18:01:30
【问题描述】:
我需要转到 C++ 文件中的特定地址并在其中创建文件夹。
这是文件夹地址
C:\Users\218418\Documents\Visual Studio 2013\Projects\Netwokring Application\Netwokring Application\CENTRAL
(我知道我拼错了 Networking,不要评判我)
【问题讨论】:
-
欢迎来到 stackoverflow.com。请花一些时间阅读the help pages,尤其是名为"What topics can I ask about here?" 和"What types of questions should I avoid asking?" 的部分。也请take the tour 和read about how to ask good questions。最后请学习如何创建Minimal, Complete, and Verifiable Example。
-
您无需“转到”文件夹即可在其中创建文件。只需将文件名附加到文件夹名称并创建它。
-
文件夹没有地址,也不能把文件夹放到文件里,所以不清楚你在问什么。